Commit b2c03aaf authored by Tachibana's avatar Tachibana

tnndx

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