Commit e99dd4a1 authored by Steeldarkeagel's avatar Steeldarkeagel

Update c39910367.lua

Fix: Will now activate when your opponent activates a Field Spell.
parent 703095c2
...@@ -43,7 +43,7 @@ function c39910367.initial_effect(c) ...@@ -43,7 +43,7 @@ function c39910367.initial_effect(c)
end end
function c39910367.op(e,tp,eg,ep,ev,re,r,rp) function c39910367.op(e,tp,eg,ep,ev,re,r,rp)
local c=re:GetHandler() local c=re:GetHandler()
if re:IsHasType(EFFECT_TYPE_ACTIVATE) and re:IsActiveType(TYPE_SPELL) and c:GetSequence()~=5 then if re:IsHasType(EFFECT_TYPE_ACTIVATE) and re:IsActiveType(TYPE_SPELL) and c~=e:GetHandler() then
e:GetHandler():AddCounter(0x3001,1) e:GetHandler():AddCounter(0x3001,1)
end end
end end
......
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