Commit d85f9834 authored by wind2009's avatar wind2009

Fix ユニオン・アクティベーション

parent 7dbcb7e7
......@@ -130,6 +130,7 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
local tc=g:GetFirst()
if tc and Duel.SendtoHand(tc,nil,REASON_EFFECT)~=0 and tc:IsSummonable(true,nil) then
Duel.ConfirmCards(1-tp,tc)
Duel.BreakEffect()
Duel.Summon(tp,tc,true,nil)
end
end
\ No newline at end of file
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