Commit bd4dad06 authored by 想象力很好的毛虫's avatar 想象力很好的毛虫 Committed by GitHub

Fix 嗤う黒山羊 (#2501)

parent f7b33923
...@@ -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
\ No newline at end of file
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