Commit 7fcf3115 authored by Tachibana's avatar Tachibana

eme

parent c71d3667
Pipeline #5777 passed with stages
in 21 minutes and 48 seconds
No preview for this file type
......@@ -35,7 +35,7 @@ end
function c33200262.smtg(e,tp,eg,ep,ev,re,r,rp,chk)
local ft1=Duel.GetLocationCount(tp,LOCATION_MZONE)
local ft2=Duel.GetLocationCount(1-tp,LOCATION_MZONE,tp)
if chk==0 then return ft1>0 and ft2>0
if chk==0 then return ft1>0 and ft2>=0
and Duel.IsPlayerCanSpecialSummonMonster(tp,33200250,0,0x4011,1000,1000,2,RACE_WARRIOR,ATTRIBUTE_EARTH,POS_FACEUP_ATTACK,tp)
and Duel.IsPlayerCanSpecialSummonMonster(tp,33200250,0,0x4011,1000,1000,2,RACE_WARRIOR,ATTRIBUTE_EARTH,POS_FACEUP_ATTACK,1-tp)
and not Duel.IsPlayerAffectedByEffect(tp,59822133) 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