Commit fe0582df authored by Grajade's avatar Grajade

Update c1199001.lua

parent 982c0ec1
Pipeline #11510 passed with stage
in 41 seconds
......@@ -131,13 +131,13 @@ function c1199001.thop2(e,tp,eg,ep,ev,re,r,rp,c)
for lc in aux.Next(lg) do
lc:CreateEffectRelation(te)
end
end
if operation then operation(te,tp,eg,ep,ev,re,r,rp) end
Duel.BreakEffect()
Duel.Damage(tp,2000,REASON_EFFECT)
else
Duel.SendtoGrave(tc,REASON_RULE)
end
end
end
end
if operation then operation(te,tp,eg,ep,ev,re,r,rp) end
Duel.BreakEffect()
Duel.Damage(tp,2000,REASON_EFFECT)
else
Duel.SendtoGrave(tc,REASON_RULE)
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