Commit 1db056a8 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 8baa8ab5
...@@ -42,7 +42,7 @@ end ...@@ -42,7 +42,7 @@ end
function c39271553.spop(e,tp,eg,ep,ev,re,r,rp) function c39271553.spop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
if not c:IsRelateToEffect(e) then return end if not c:IsRelateToEffect(e) then return end
if Duel.SpecialSummonStep(c,0,tp,tp,false,false,POS_FACEUP)~=0 then if Duel.SpecialSummonStep(c,0,tp,tp,false,false,POS_FACEUP) then
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) then if tc:IsRelateToEffect(e) then
local lv=math.abs(tc:GetLevel()-tc:GetOriginalLevel()) local lv=math.abs(tc:GetLevel()-tc:GetOriginalLevel())
......
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