Commit 59bc909c authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12030007.lua

parent 7b54656f
......@@ -41,7 +41,7 @@ function c12030007.target(e,tp,eg,ep,ev,re,r,rp,chk)
local b1=( Duel.GetLocationCount(1-tp,LOCATION_MZONE)>0 and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP,1-tp) and Duel.IsExistingTarget(aux.disfilter1,tp,0,LOCATION_MZONE,1,nil) )
local b2=( Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and c:IsCanBeSpecialSummoned(e,0,tp,false,false) and Duel.IsExistingTarget(aux.disfilter1,tp,LOCATION_MZONE,0,1,nil) )
if chk==0 then
return b1 or b2 end
return ( b1 or b2 ) and not c:IsFaceup() end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_FACEUP)
if b1 and b2 then
Duel.SelectTarget(tp,aux.disfilter1,tp,LOCATION_MZONE,LOCATION_MZONE,1,1,nil)
......
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