Commit 846c09aa authored by mercury233's avatar mercury233 Committed by GitHub

fix F.A.カーナビゲーター

parent 835da612
......@@ -44,9 +44,8 @@ function c39271553.spop(e,tp,eg,ep,ev,re,r,rp)
if not c:IsRelateToEffect(e) then return end
if Duel.SpecialSummonStep(c,0,tp,tp,false,false,POS_FACEUP) then
local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) then
local lv=math.abs(tc:GetLevel()-tc:GetOriginalLevel())
if lv==0 then return end
if tc:IsRelateToEffect(e) and lv>0 then
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_UPDATE_LEVEL)
......
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