Commit 2b3d77e3 authored by GuGu's avatar GuGu

Update c50501.lua

parent 6e027c02
Pipeline #34841 passed with stage
in 14 seconds
...@@ -110,5 +110,6 @@ function c50501.operation3(e,tp,eg,ep,ev,re,r,rp) ...@@ -110,5 +110,6 @@ function c50501.operation3(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
if c:IsRelateToEffect(e) then if c:IsRelateToEffect(e) then
Duel.SendtoHand(c,nil,REASON_EFFECT) Duel.SendtoHand(c,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,c)
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