Commit 116fe9a9 authored by mercury233's avatar mercury233

fix

parent 6616063f
...@@ -46,5 +46,5 @@ function c54447022.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -46,5 +46,5 @@ function c54447022.spop(e,tp,eg,ep,ev,re,r,rp)
sg=sg:Select(tp,ft,ft,nil) sg=sg:Select(tp,ft,ft,nil)
end end
local ct=Duel.SpecialSummon(sg,0,tp,tp,false,false,POS_FACEUP) local ct=Duel.SpecialSummon(sg,0,tp,tp,false,false,POS_FACEUP)
Duel.SetLP(tp,lp-ct*1000) Duel.SetLP(tp,Duel.GetLP(tp)-ct*1000)
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