Commit 17c0ac4c authored by wind2009's avatar wind2009

Merge remote-tracking branch 'upstream/PHNI' into mc_master

parents a510e532 bd4dad06
...@@ -62,6 +62,5 @@ function s.alop(e,tp,eg,ep,ev,re,r,rp) ...@@ -62,6 +62,5 @@ function s.alop(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterEffect(e1,tp) Duel.RegisterEffect(e1,tp)
end end
function s.actlimit(e,re,tp) function s.actlimit(e,re,tp)
local rc=re:GetHandler() return re:GetHandler():IsOriginalCodeRule(e:GetLabel()) and re:GetActivateLocation()==LOCATION_MZONE and re:IsActiveType(TYPE_MONSTER)
return rc:IsOriginalCodeRule(e:GetLabel()) and (rc:IsOnField() or re:IsHasType(EFFECT_TYPE_ACTIVATE))
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