Commit 9c0b9c26 authored by Tachibana's avatar Tachibana

eme

parent da4d6c27
Pipeline #8839 passed with stages
in 22 minutes and 8 seconds
......@@ -88,6 +88,9 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
local e5=e4:Clone()
e5:SetCode(EFFECT_CANNOT_SUMMON)
tc:RegisterEffect(e5,true)
local e6=e4:Clone()
e6:SetCode(EFFECT_CANNOT_FLIP_SUMMON)
tc:RegisterEffect(e6,true)
end
end
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