Commit 44ecca64 authored by nanahira's avatar nanahira

Update c37564538.lua

parent 8a829d24
......@@ -61,7 +61,7 @@ function cm.initial_effect(c)
c:RegisterEffect(e3)
end
function cm.spfilter(c)
return c.Senya_desc_with_nanahira and c:IsType(TYPE_TRAP) and c:IsRelesable()
return c.Senya_desc_with_nanahira and c:IsType(TYPE_TRAP) and c:IsReleasable()
end
function cm.spcon(e,c)
if c==nil then return true 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