Commit 14e7b65c authored by Grajade's avatar Grajade

Update c1175102.lua

parent 1ba5a0a8
......@@ -67,8 +67,8 @@ function c1175102.tg3(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetOperationInfo(0,CATEGORY_RECOVER,nil,0,tp,100)
end
function c1175102.op3(e,tp,eg,ep,ev,re,r,rp)
Duel.SetLP(p,Duel.GetLP(p)-100)
local p,d=Duel.GetChainInfo(0,CHAININFO_TARGET_PLAYER,CHAININFO_TARGET_PARAM)
Duel.SetLP(p,Duel.GetLP(p)-100)
Duel.Recover(p,d,REASON_EFFECT)
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