Commit dcef924c authored by TanakaKotoha's avatar TanakaKotoha

total

parent 3d930359
......@@ -337,7 +337,6 @@
26802002 2 --偶像新人的初登场
26803007 0 --惬意世界
26806013 1 --心灵之绘·海伊
26807033 1 --小巷探秘
26807046 0 --被雨淋湿不知所措
26805007 0 --西京夏日约会
26805012 0 --少女水天·黛冬优子
......@@ -449,7 +448,6 @@
33310158 1 --临魔浮生
33310161 0 --临魔终形
33310150 2 --引临魔源 地侧之月
33330087 2 --死魂收割者
33330088 1 --竹镜灰
33330097 1 --一只鱼
33330099 2 --孤立无援的造形神
......@@ -735,7 +733,6 @@
65010127 1 --『星光歌剧』台本-约定Revue
65010022 0 --水晶之歌 凑友希那
65010056 0 --幻梦迷境王将 普芙蕾
#65020163 2 --幻世绘本-扉页-
65010526 1 --魔军魂 修格
65010539 1 --白魔军魂 安娜斯塔西亚
65010543 1 --白魔军魂 高尔博斯托
......@@ -773,6 +770,7 @@
65040012 2 --逆海长龙
65040046 0 --深晦的原海
65071159 0 --光之种
#65020163 2 --幻世绘本-扉页-
#666
66619920 0 --AIW·绽放之蝶
......
......@@ -52,7 +52,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
function cm.cfilter(c)
return c:IsFaceup() and (c:IsCode(14010242) or cm.TM(c))
return c:IsFaceup() and c:IsCode(14010242)
end
function cm.spcon(e,tp,eg,ep,ev,re,r,rp)
return rp==1-tp and Duel.IsExistingMatchingCard(cm.cfilter,tp,LOCATION_ONFIELD,0,1,nil)
......
......@@ -43,11 +43,11 @@ end
function cm.splimit(e,c,sump,sumtype,sumpos,targetp,se)
return not c:IsAttribute(ATTRIBUTE_WIND)
end
function cm.cfilter(c)
function cm.cdfilter(c)
return c:IsFaceup() and aux.IsCodeListed(c,81010004) and c:IsType(TYPE_MONSTER)
end
function cm.spcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(cm.cfilter,tp,LOCATION_MZONE,0,1,nil)
return Duel.IsExistingMatchingCard(cm.cdfilter,tp,LOCATION_MZONE,0,1,nil)
end
function cm.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
......
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