Commit 7fc56481 authored by GuGu's avatar GuGu

Update c4114111.lua

parent 4b30e9cd
Pipeline #33249 passed with stage
in 10 seconds
...@@ -71,8 +71,9 @@ function c4114111.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -71,8 +71,9 @@ function c4114111.spop(e,tp,eg,ep,ev,re,r,rp)
e2:SetCode(EFFECT_UPDATE_DEFENSE) e2:SetCode(EFFECT_UPDATE_DEFENSE)
tc:RegisterEffect(e2) tc:RegisterEffect(e2)
Duel.BreakEffect() Duel.BreakEffect()
if tc:IsAbleToHand() and tc:IsAttack(0) or tc:IsDefense(0) then if tc:IsAbleToHand() and (tc:IsAttack(0) or tc:IsDefense(0)) then
if Duel.SelectYesNo(tp,aux.Stringid(4114111,0)) then if Duel.SelectYesNo(tp,aux.Stringid(4114111,0)) then
Duel.BreakEffect()
Duel.SendtoHand(tc,nil,REASON_EFFECT) Duel.SendtoHand(tc,nil,REASON_EFFECT)
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