Commit bdafeebb authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c12866770.lua

parent f9784ec2
...@@ -63,7 +63,7 @@ function s.rmtg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -63,7 +63,7 @@ function s.rmtg(e,tp,eg,ep,ev,re,r,rp,chk)
end end
function s.eqfilter(c,tp) function s.eqfilter(c,tp)
return c:IsType(TYPE_MONSTER) and c:IsFaceup() and c:IsAbleToChangeControler() and return c:IsType(TYPE_MONSTER) and c:IsFaceup() and c:IsAbleToChangeControler() and
c:CheckUniqueOnField(tp) c:CheckUniqueOnField(tp) and not c:IsForbidden()
end end
function s.rmop(e,tp,eg,ep,ev,re,r,rp) function s.rmop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
......
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