Commit c472d855 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12034000.lua

parent 76b48206
......@@ -111,7 +111,7 @@ function sr_kmmm.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
res=Duel.IsExistingMatchingCard(sr_kmmm.spfilter1,tp,LOCATION_EXTRA,0,1,nil,e,tp,mg4,mf,chkf)
end
end
return res and ( (c:IsCode(12034000) and b1) or (c:IsCode(12034001) and b2) or not c:IsCode(12034000,12034001))
return ( (c:IsCode(12034001) and b2) or res ) and ( (c:IsCode(12034000) and b1) or not c:IsCode(12034000))
end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_EXTRA)
Duel.SetOperationInfo(0,CATEGORY_TOGRAVE,nil,1,0,LOCATION_MZONE+LOCATION_HAND)
......
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