Commit aff72b38 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 271308c7
...@@ -37,7 +37,7 @@ function c29169993.initial_effect(c) ...@@ -37,7 +37,7 @@ function c29169993.initial_effect(c)
c:RegisterEffect(e3) c:RegisterEffect(e3)
end end
function c29169993.valcon(e,re,r,rp) function c29169993.valcon(e,re,r,rp)
return r,REASON_BATTLE)~=0 and bit.band(e:GetHandler():IsSummonType(SUMMON_TYPE_SPECIAL) return bit.band(r,REASON_BATTLE)~=0 and e:GetHandler():IsSummonType(SUMMON_TYPE_SPECIAL)
end end
function c29169993.thcon(e,tp,eg,ep,ev,re,r,rp) function c29169993.thcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()~=tp return Duel.GetTurnPlayer()~=tp
......
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