Commit e5c41c9f authored by GuGu's avatar GuGu

Update c74563004.lua

parent 1166b3da
Pipeline #32833 passed with stage
in 11 seconds
...@@ -50,7 +50,7 @@ function c74563004.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -50,7 +50,7 @@ function c74563004.activate(e,tp,eg,ep,ev,re,r,rp)
end end
if Duel.GetLocationCount(tp,LOCATION_MZONE)<=0 if Duel.GetLocationCount(tp,LOCATION_MZONE)<=0
or not Duel.IsPlayerCanSpecialSummonMonster(tp,74563004,0,TYPE_EFFECT+TYPE_MONSTER,3200,3200,9,RACE_REPTILE,ATTRIBUTE_WIND) then return end or not Duel.IsPlayerCanSpecialSummonMonster(tp,74563004,0,TYPE_EFFECT+TYPE_MONSTER,3200,3200,9,RACE_REPTILE,ATTRIBUTE_WIND) then return end
c:AddMonsterAttribute(TYPE_EFFECT+TYPE_TRAP) c:AddMonsterAttribute(TYPE_EFFECT)
Duel.SpecialSummon(c,SUMMON_VALUE_SELF,tp,tp,true,false,POS_FACEUP) Duel.SpecialSummon(c,SUMMON_VALUE_SELF,tp,tp,true,false,POS_FACEUP)
if c:IsRelateToEffect(e) then if c:IsRelateToEffect(e) then
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
......
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