Commit ace31123 authored by wyykak's avatar wyykak

fix 16040001

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent 7d24e861
Pipeline #12698 passed with stage
in 7 minutes and 11 seconds
...@@ -53,8 +53,7 @@ function c16040001.tgop(e,tp,eg,ep,ev,re,r,rp) ...@@ -53,8 +53,7 @@ function c16040001.tgop(e,tp,eg,ep,ev,re,r,rp)
if Duel.IsPlayerCanSpecialSummonMonster(tp,16049999,nil,0x4011,0,0,1,RACE_PLANT,ATTRIBUTE_WATER) then if Duel.IsPlayerCanSpecialSummonMonster(tp,16049999,nil,0x4011,0,0,1,RACE_PLANT,ATTRIBUTE_WATER) then
local token=Duel.CreateToken(tp,16049999) local token=Duel.CreateToken(tp,16049999)
Duel.SpecialSummon(token,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(token,0,tp,tp,false,false,POS_FACEUP)
Duel.BreakEffect() Duel.Recover(tp,300,REASON_EFFECT)
Duel.Recover(tp,300,REASON_EFFECT)
end end
end 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