Commit 4eab7c16 authored by Tachibana's avatar Tachibana

ndyd

parent 18eca74b
Pipeline #5114 passed with stages
in 19 minutes and 25 seconds
...@@ -84,8 +84,10 @@ function cm.backop(e,tp,eg,ep,ev,re,r,rp) ...@@ -84,8 +84,10 @@ function cm.backop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local tcode=c.dfc_front_side local tcode=c.dfc_front_side
c:SetEntityCode(tcode) c:SetEntityCode(tcode)
if c:IsFacedown() then
Duel.ConfirmCards(tp,Group.FromCards(c)) Duel.ConfirmCards(tp,Group.FromCards(c))
Duel.ConfirmCards(1-tp,Group.FromCards(c)) Duel.ConfirmCards(1-tp,Group.FromCards(c))
end
c:ReplaceEffect(tcode,0,0) c:ReplaceEffect(tcode,0,0)
Duel.Hint(HINT_CARD,1,m-1) Duel.Hint(HINT_CARD,1,m-1)
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