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

temp fix

parent 97e53fe3
...@@ -63,6 +63,13 @@ function c14457896.eqop(e,tp,eg,ep,ev,re,r,rp) ...@@ -63,6 +63,13 @@ function c14457896.eqop(e,tp,eg,ep,ev,re,r,rp)
e3:SetValue(c14457896.atlimit) e3:SetValue(c14457896.atlimit)
e3:SetReset(RESET_EVENT+RESETS_STANDARD) e3:SetReset(RESET_EVENT+RESETS_STANDARD)
c:RegisterEffect(e3) c:RegisterEffect(e3)
--
if tc==Duel.GetAttacker() then
local bc=tc:GetBattleTarget()
if bc~=nil and bc:IsFaceup() and bc:IsRace(RACE_INSECT) then
Duel.NegateAttack()
end
end
--disable --disable
local e4=Effect.CreateEffect(c) local e4=Effect.CreateEffect(c)
e4:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e4:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
......
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