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

54188

parent 3e38a9cd
Pipeline #30904 failed with stages
in 20 minutes and 52 seconds
No preview for this file type
......@@ -115,7 +115,7 @@ function s.retop(e,tp,eg,ep,ev,re,r,rp)
end
end
function s.chfilter(c,e)
return c:IsFaceup() and c:IsType(TYPE_MONSTER) and c:IsLevelAbove(1) and c:IsCanBeEffectTarget(e) and c:IsHasLevel()
return c:IsFaceup() and c:IsType(TYPE_MONSTER) and c:IsLevelAbove(1)
end
function s.chtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chkc then return c.chfilter() and chkc:IsControler(tp) 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