Commit a7ae137c authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c12866725.lua

parent 7cc98068
......@@ -83,9 +83,9 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
if g:GetCount()<=0 then return end
Duel.Hint(HINT_SELECTMSG,1-tp,HINTMSG_DESTROY)
local sg=g:Select(1-tp,1,#g,nil)
local lp=Duel.GetLP(tp)
local lp=Duel.GetLP(e:GetHandlerPlayer())
local ct=Duel.Destroy(sg,REASON_EFFECT)
if ct>0 then
Duel.SetLP(tp,lp-ct*500)
Duel.SetLP(e:GetHandlerPlayer(),lp-ct*500)
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