Commit 7db2597a authored by Tachibana's avatar Tachibana

sign out

parent fadd6fe8
Pipeline #2958 passed with stages
in 26 minutes and 24 seconds
......@@ -52,7 +52,7 @@ function cm.tdop(e,tp,eg,ep,ev,re,r,rp)
Debug.Message(tt1)
if tt<tt1 then
Duel.SendtoDeck(tc,nil,2,REASON_EFFECT)
elseif tc:IsAbleToHand() and Duel.SelectYesNo(tp,aux.Stringid(m,1)) then
elseif tc:IsAbleToHandAsCost() and Duel.SelectYesNo(tp,aux.Stringid(m,1)) then
Duel.SendtoHand(tc,tp,REASON_EFFECT)
Duel.RegisterFlagEffect(tp,m+100,nil,0,1)
else
......
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