Excedd dragon effect and descrition fix

This commit is contained in:
2021-12-16 15:55:49 +01:00
parent c109eeb83b
commit 17d96883a9
7 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ function s.initial_effect(c)
--halve and gain | from dark anthelion
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(id,1))
e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_DAMAGE_STEP)
e1:SetRange(LOCATION_MZONE)
@@ -68,7 +68,7 @@ function s.atkop2(e,tp,eg,ep,ev,re,r,rp)
end
end
end
-- pendulum zone functions
-- place in pendulum zone functions
s.pendulum_level = 4
function s.pencon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()