Commit e1e4d0b0 authored by salix5's avatar salix5

Merge pull request #433 from mercury233/patch-1

fix
parents 6616063f 116fe9a9
...@@ -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