Commit 4f2887ec authored by wind2009's avatar wind2009

Fix 光と昇華の竜

parent 6df86792
......@@ -144,7 +144,7 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
c:RegisterEffect(e2)
if bc:IsControler(1-tp) and bc:IsFaceup() and bc:IsRelateToBattle() then
local e3=Effect.CreateEffect(c)
e3:SetType(EFFEC3T_TYPE_SINGLE)
e3:SetType(EFFECT_TYPE_SINGLE)
e3:SetCode(EFFECT_UPDATE_ATTACK)
e3:SetValue(-1500)
e3:SetReset(RESET_EVENT+RESETS_STANDARD)
......
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