Commit fecb37db authored by wind2009's avatar wind2009

Fix 2つに1つ

parent c4770552
Pipeline #42357 passed with stages
in 2 minutes and 21 seconds
...@@ -63,6 +63,8 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -63,6 +63,8 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
if tc3:IsAbleToHand() then if tc3:IsAbleToHand() then
Duel.SendtoHand(tc3,nil,REASON_EFFECT) Duel.SendtoHand(tc3,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,tc3) Duel.ConfirmCards(1-tp,tc3)
else
Duel.SendtoGrave(tc3,REASON_RULE)
end end
else else
Duel.Remove(tc3,POS_FACEUP,REASON_EFFECT) Duel.Remove(tc3,POS_FACEUP,REASON_EFFECT)
......
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