Commit 113b445f authored by Chrono-Genex's avatar Chrono-Genex Committed by GitHub

fix The Unfriendly Amazon (#1599)

parent 71ca6bb9
...@@ -16,7 +16,7 @@ function c65475294.costcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -16,7 +16,7 @@ function c65475294.costcon(e,tp,eg,ep,ev,re,r,rp)
end end
function c65475294.costop(e,tp,eg,ep,ev,re,r,rp) function c65475294.costop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
if Duel.CheckReleaseGroup(tp,nil,1,c) then if Duel.CheckReleaseGroup(tp,nil,1,c) and Duel.SelectEffectYesNo(tp,c,aux.Stringid(65475294,0)) then
local g=Duel.SelectReleaseGroup(tp,nil,1,1,c) local g=Duel.SelectReleaseGroup(tp,nil,1,1,c)
Duel.Release(g,REASON_COST) Duel.Release(g,REASON_COST)
else else
......
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