Commit 848a31d4 authored by mercury233's avatar mercury233

update setcode

parent 6833e66e
......@@ -41,7 +41,7 @@ function c25704359.initial_effect(c)
c:RegisterEffect(e4)
end
function c25704359.atktg(e,c)
return c:IsSetCard(0xc0) and Duel.GetAttacker()==c
return c:IsSetCard(0x10c0) and Duel.GetAttacker()==c
end
function c25704359.atkcon(e)
return Duel.GetCurrentPhase()==PHASE_DAMAGE_CAL and Duel.GetAttackTarget()~=nil
......
......@@ -56,7 +56,7 @@ function c62256492.atkval(e,c)
return ct*300
end
function c62256492.target(e,c)
return c:IsSetCard(0xbf,0xc0)
return c:IsSetCard(0xbf,0x10c0)
end
function c62256492.cfilter(c,tp)
return c:IsFaceup() and c:IsControler(tp) and c:IsRace(RACE_SPELLCASTER) and c:GetBaseAttack()==1850
......
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