Commit 9472214d authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c50224150.lua

parent 4e9188b4
Pipeline #31105 passed with stages
in 32 minutes and 53 seconds
......@@ -75,7 +75,7 @@ function c50224150.condition(e)
return Duel.IsExistingMatchingCard(Card.IsFaceup,0,LOCATION_FZONE,LOCATION_FZONE,1,nil)
end
function c50224150.tktg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and not Duel.IsPlayerAffectedByEffect(tp,59822133)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>1 and not Duel.IsPlayerAffectedByEffect(tp,59822133)
and Duel.IsPlayerCanSpecialSummonMonster(tp,50218141,0xcb1,0x4011,1000,0,2,RACE_DINOSAUR,ATTRIBUTE_LIGHT)
and Duel.IsPlayerCanSpecialSummonMonster(tp,50218142,0xcb1,0x4011,900,100,2,RACE_BEAST,ATTRIBUTE_DARK) end
Duel.SetOperationInfo(0,CATEGORY_TOKEN,nil,2,0,0)
......
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