Commit 5f19231a authored by 独孤朲's avatar 独孤朲

Merge pull request #1016 from salix5/patch3

fix
parents a88aa672 7719aed7
...@@ -19,5 +19,5 @@ end ...@@ -19,5 +19,5 @@ end
function c58921041.aclimit(e,re,tp) function c58921041.aclimit(e,re,tp)
if not re:IsHasType(EFFECT_TYPE_ACTIVATE) or not re:IsActiveType(TYPE_SPELL) then return false end if not re:IsHasType(EFFECT_TYPE_ACTIVATE) or not re:IsActiveType(TYPE_SPELL) then return false end
local c=re:GetHandler() local c=re:GetHandler()
return not c:IsLocation(LOCATION_SZONE) or Duel.GetTurnCount()-c:GetTurnID()<2 return not c:IsLocation(LOCATION_SZONE) or (Duel.GetTurnCount()-c:GetTurnID()<2 and c:GetFieldID()>e:GetHandler():GetFieldID())
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