Commit 59895083 authored by gg123gg's avatar gg123gg

Update c12062080.lua

parent 3226f58f
Pipeline #6650 failed with stages
in 31 minutes and 47 seconds
...@@ -172,6 +172,6 @@ function cm.efop4(e,tp,eg,ep,ev,re,r,rp) ...@@ -172,6 +172,6 @@ function cm.efop4(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterEffect(e1,tp) Duel.RegisterEffect(e1,tp)
end end
function cm.retop(e,tp,eg,ep,ev,re,r,rp) function cm.retop(e,tp,eg,ep,ev,re,r,rp)
local lp=Duel.GetLP(tp) local lp=Duel.GetLP(1-tp)
Duel.SetLP(tp,lp-2000) Duel.SetLP(1-tp,lp-2000)
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