Commit 770c9f6b authored by TanakaKotoha's avatar TanakaKotoha

fix lua

parent 67d49a37
No preview for this file type
......@@ -107,6 +107,7 @@ function c33400200.frop(e,tp,eg,ep,ev,re,r,rp)
e2:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
e2:SetRange(LOCATION_MZONE)
e2:SetCode(EFFECT_INDESTRUCTABLE_COUNT)
e2:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END)
e2:SetCountLimit(1)
e2:SetValue(c33400200.valcon)
tc1:RegisterEffect(e2)
......
......@@ -28,7 +28,7 @@ function c65050199.initial_effect(c)
e3:SetType(EFFECT_TYPE_IGNITION)
e3:SetRange(LOCATION_MZONE)
e3:SetProperty(EFFECT_FLAG_CARD_TARGET)
e3:SetCountLimit(1)
e3:SetCountLimit(1+EFFECT_COUNT_CODE_SINGLE)
e3:SetCondition(c65050199.con1)
e3:SetTarget(c65050199.tg)
e3:SetOperation(c65050199.op)
......
......@@ -36,7 +36,7 @@ function c65050208.initial_effect(c)
e3:SetType(EFFECT_TYPE_IGNITION)
e3:SetRange(LOCATION_MZONE)
e3:SetProperty(EFFECT_FLAG_CARD_TARGET)
e3:SetCountLimit(1)
e3:SetCountLimit(1+EFFECT_COUNT_CODE_SINGLE)
e3:SetCondition(c65050208.con1)
e3:SetTarget(c65050208.tg)
e3:SetOperation(c65050208.op)
......
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