Commit 67d49a37 authored by TanakaKotoha's avatar TanakaKotoha

fix lua and Iflist error

parent 9cc28f8d
...@@ -347,7 +347,7 @@ ...@@ -347,7 +347,7 @@
33400203 2 --女仆 本条二亚 33400203 2 --女仆 本条二亚
33400204 1 --漫画家 本条二亚 33400204 1 --漫画家 本条二亚
33400207 2 --不纯修女 本条二亚 33400207 2 --不纯修女 本条二亚
33400208 0 --憧憬的战士 本条二亚 #33400208 0 --憧憬的战士 本条二亚
33400351 0 --魔王-暴虐公(月面卡待补胜利龙卡密) 33400351 0 --魔王-暴虐公(月面卡待补胜利龙卡密)
33401201 1 --升阶魔法-灵结晶吸收 33401201 1 --升阶魔法-灵结晶吸收
#337 #337
......
...@@ -17,7 +17,7 @@ function cm.initial_effect(c) ...@@ -17,7 +17,7 @@ function cm.initial_effect(c)
e2:SetDescription(aux.Stringid(m,0)) e2:SetDescription(aux.Stringid(m,0))
e2:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_TOHAND+CATEGORY_SEARCH) e2:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_TOHAND+CATEGORY_SEARCH)
e2:SetType(EFFECT_TYPE_IGNITION) e2:SetType(EFFECT_TYPE_IGNITION)
e2:SetCountLimit(1,m) e2:SetCountLimit(1,33330630)
e2:SetCost(cm.spcost) e2:SetCost(cm.spcost)
e2:SetRange(LOCATION_SZONE) e2:SetRange(LOCATION_SZONE)
e2:SetTarget(cm.sptg) e2:SetTarget(cm.sptg)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment