Commit 266099aa authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c12866785.lua

parent 29c0e898
Pipeline #32404 canceled with stages
in 4 minutes and 20 seconds
......@@ -67,7 +67,7 @@ function s.splimit(e,se,sp,st)
end
function s.eqfilter(c,tp,id)
return c:IsType(TYPE_MONSTER) and c:IsReason(REASON_DESTROY) and c:GetTurnID()==id
and c:CheckUniqueOnField(tp)
and c:CheckUniqueOnField(tp) and not c:IsForbidden()
end
function s.eqtg(e,tp,eg,ep,ev,re,r,rp,chk)
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