Commit f21936a9 authored by GuGu's avatar GuGu

Update c16040000.lua

parent 7aeff8dd
Pipeline #40400 passed with stage
in 7 seconds
......@@ -36,7 +36,7 @@ function c16040000.spcon(e,tp,eg,ep,ev,re,r,rp)
end
function c16040000.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
and Duel.IsPlayerCanSpecialSummonMonster(tp,16049999,0,0x4011,0,0,6,RACE_PLANT,ATTRIBUTE_WATER) end
and Duel.IsPlayerCanSpecialSummonMonster(tp,16049999,0,0x4011,0,0,1,RACE_PLANT,ATTRIBUTE_WATER) end
local ft=Duel.GetLocationCount(tp,LOCATION_MZONE)
if Duel.IsPlayerAffectedByEffect(tp,59822133) then ft=1 end
Duel.SetOperationInfo(0,CATEGORY_TOKEN,nil,ft,0,0)
......@@ -44,7 +44,7 @@ function c16040000.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
end
function c16040000.spop(e,tp,eg,ep,ev,re,r,rp)
local ft=Duel.GetLocationCount(tp,LOCATION_MZONE)
if ft<=0 or not Duel.IsPlayerCanSpecialSummonMonster(tp,16049999,0,0x4011,0,0,6,RACE_PLANT,ATTRIBUTE_WATER) then return end
if ft<=0 or not Duel.IsPlayerCanSpecialSummonMonster(tp,16049999,0,0x4011,0,0,1,RACE_PLANT,ATTRIBUTE_WATER) then return end
if Duel.IsPlayerAffectedByEffect(tp,59822133) then ft=1 end
local fid=e:GetHandler():GetFieldID()
local g=Group.CreateGroup()
......
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