Commit 2bf856ae authored by mallu11's avatar mallu11 Committed by GitHub

fix マシンナーズ・メタルクランチ (#1443)

shouldn't confirm the monster that was send to hand.
parent c6763677
...@@ -55,6 +55,5 @@ function c69838761.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -55,6 +55,5 @@ function c69838761.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.ConfirmCards(1-tp,sg) Duel.ConfirmCards(1-tp,sg)
local tg=sg:RandomSelect(1-tp,1) local tg=sg:RandomSelect(1-tp,1)
Duel.SendtoHand(tg,nil,REASON_EFFECT) Duel.SendtoHand(tg,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,tg)
end 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