Commit a2e8b2c6 authored by nanahira's avatar nanahira

add event for flip

parent fc5228a8
......@@ -2462,6 +2462,7 @@ function cm.DFCBackSideCommonEffect(c)
-- end
c:ReplaceEffect(tcode,0,0)
Duel.SetMetatable(c,_G["c"..tcode])
Duel.RaiseSingleEvent(c,EVENT_CUSTOM+37564777,c:GetReasonEffect(),c:GetReason(),c:GetReasonPlayer(),c:GetReasonPlayer(),0)
end)
c:RegisterEffect(e2)
local e3=e2:Clone()
......
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