Commit 848a31d4 authored by mercury233's avatar mercury233

update setcode

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