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

byd

parent 10a9d736
......@@ -17,7 +17,7 @@ function cm.initial_effect(c)
c:RegisterEffect(e1)
end
function cm.cfilter(c,tp)
return c:IsSummonPlayer(1-tp) and c:IsAbleToDeck()
return c:IsSummonPlayer(1-tp)
end
function cm.condition(e,tp,eg,ep,ev,re,r,rp)
return aux.NegateSummonCondition() and eg:IsExists(cm.cfilter,1,nil,tp)
......
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