Commit 29c0e898 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c12866780.lua

parent 9db3e002
...@@ -56,7 +56,7 @@ function s.splimit(e,se,sp,st) ...@@ -56,7 +56,7 @@ function s.splimit(e,se,sp,st)
return not e:GetHandler():IsLocation(LOCATION_EXTRA) or aux.fuslimit(e,se,sp,st) return not e:GetHandler():IsLocation(LOCATION_EXTRA) or aux.fuslimit(e,se,sp,st)
end end
function s.eqfilter(c,tp,atk) function s.eqfilter(c,tp,atk)
return c:IsAttackAbove(atk) and c:CheckUniqueOnField(tp) return c:IsAttackAbove(atk) and c:CheckUniqueOnField(tp) and not c:IsForbidden()
end end
function s.eqtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function s.eqtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
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