Commit 1139dba8 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c60000177.lua

parent 79105fa5
...@@ -30,6 +30,9 @@ end ...@@ -30,6 +30,9 @@ end
function cm.fil1(c) function cm.fil1(c)
return c:IsDiscardable() return c:IsDiscardable()
end end
function cm.fil2(c)
return aux.IsCodeListed(c,60000163) and c:IsSSetable() and not c:GetType()==TYPE_SPELL and not c:IsCode(m)
end
function cm.target(e,tp,eg,ep,ev,re,r,rp,chk) function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
local b1=false local b1=false
local b2=false local b2=false
......
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