Commit cb6f6b89 authored by nekrozar's avatar nekrozar Committed by DailyShana

fix The Unfriendly Amazon (#694)

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