Commit 2b8eaa3b authored by TanakaKotoha's avatar TanakaKotoha

fix

parent f1b86a1f
Pipeline #454 failed with stages
in 28 minutes and 21 seconds
......@@ -195,7 +195,7 @@
12037052 0 --极丽六鸟 紧那罗
12038003 1 --偶像P 普利兹姆
12040001 1 --发圈宠儿 梅雷特
12040001 1 --发圈宠儿 娜娜妮
12040002 1 --发圈宠儿 娜娜妮
12054001 0 --暴食女巫 顾拉
12054004 2 --海之家的霸者 顾拉
12056001 0 --星屑的茶会时间
......@@ -856,7 +856,6 @@
65010533 0 --白魔军魂 哈耶克
65010537 0 --白魔军魂 苏亚雷斯
65010539 0 --白魔军魂 安娜斯塔西亚
65010539 1 --白魔军魂 安娜斯塔西亚
65010543 1 --白魔军魂 高尔博斯托
65020211 0 --虚拟水神剑士
65020212 0 --行星驱逐舰 风雪游隼号
......@@ -918,7 +917,6 @@
75646519 0 --幻海深渊 迦娜
75646521 2 --拟似黑洞
75646534 0 --神权 安洁利亚
75646534 0 --神权 安洁利亚
75646546 1 --终末之死斑
75646611 1 --科学的原点 PAIN
75646618 1 --幻海深渊 伊瑟琳
......
......@@ -15,7 +15,7 @@ function c112008.initial_effect(c)
c:RegisterEffect(e3)
end
function c112008.cfilter(c,tp)
return c:IsOnField() and c:IsControler(tp) and c:IsSetCard(0xca8)
return c:IsLocation(LOCATION_MZONE) and c:IsControler(tp) and c:IsSetCard(0xca8)
end
function c112008.spcon2(e,tp,eg,ep,ev,re,r,rp)
local ex,tg,tc=Duel.GetOperationInfo(ev,CATEGORY_DESTROY)
......
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