Commit 2e365e1d authored by xiaoye's avatar xiaoye

Update c20102111.lua

parent e6a21eba
...@@ -13,6 +13,6 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -13,6 +13,6 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
Duel.Draw(tp,1,REASON_EFFECT) Duel.Draw(tp,1,REASON_EFFECT)
local c=e:GetHandler() local c=e:GetHandler()
if c:IsFaceup() and c:IsRelateToEffect(e) then if c:IsFaceup() and c:IsRelateToEffect(e) then
vgf.effect.Reset(vgf.AtkUp(c,c,5000), EVENT_BATTLED) vgf.effect.Reset(c,vgf.AtkUp(c,c,5000), EVENT_BATTLED)
end end
end end
\ No newline at end of file
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