Commit 1325d5ee authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent 53022d45
......@@ -13,7 +13,7 @@ function s.spsummon(c)
c:RegisterEffect(e1)
end
function s.filter(c)
return c:IsFaceup() and c:IsCanTurnSet() and not c:IsType(TYPE_PENDULUM)
return c:IsFaceup() and c:IsCanTurnSet() and not c:IsLocation(LOCATION_PZONE)
end
function s.hsptg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsControler(tp) and chkc:IsOnField() and s.filter(chkc) 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