Commit 6e027c02 authored by 伊蕾娜's avatar 伊蕾娜
parents 0f8ed97a 46353d9a
Pipeline #34833 passed with stage
in 10 seconds
......@@ -12,7 +12,7 @@ function c50322.initial_effect(c)
c:RegisterEffect(e4)
end
function c50322.btg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE) >= 0
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE) > 0
and Duel.IsPlayerCanSpecialSummonMonster(tp,50622,0x250,0x4011,0,0,1,RACE_AQUA,ATTRIBUTE_WATER) end
Duel.SetOperationInfo(0,CATEGORY_TOKEN,nil,1,0,0)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,0,0)
......@@ -31,7 +31,7 @@ function c50322.bop(e,tp,eg,ep,ev,re,r,rp)
TET.ELCounter.Add(nil,tp,50216,numt,e)
local c=e:GetHandler()
if Duel.GetMZoneCount(tp)<0 or not Duel.IsPlayerCanSpecialSummonMonster(tp,50622,0x250,0x4011,0,0,1,RACE_AQUA,ATTRIBUTE_WATER) then return end
if Duel.GetMZoneCount(tp)<1 or not Duel.IsPlayerCanSpecialSummonMonster(tp,50622,0x250,0x4011,0,0,1,RACE_AQUA,ATTRIBUTE_WATER) then return end
local token = Duel.CreateToken(tp,50622)
Duel.SpecialSummon(token,0,tp,tp,false,false,POS_FACEUP)
--effect
......
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