Commit b2c03aaf authored by Tachibana's avatar Tachibana

tnndx

parent bda4bd7a
Pipeline #2745 passed with stages
in 24 minutes and 45 seconds
......@@ -3,7 +3,7 @@ function c9910504.initial_effect(c)
aux.AddCodeList(c,9910501,9910503)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_RELEASE+CATEGORY_SPECIAL_SUMMON)
e1:SetCategory(CATEGORY_RELEASE+CATEGORY_ATKCHANGE+CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetTarget(c9910504.target)
......
......@@ -55,7 +55,6 @@ function c9910521.target(e,tp,eg,ep,ev,re,r,rp,chk)
local cate=0
if bit.band(tc:GetType(),0x81)==0x81 then
lab=lab+1
cate=cate+CATEGORY_LVCHANGE
end
if tc:IsSetCard(0xa950) then
lab=lab+2
......
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