Commit 9f5f40f7 authored by a597449807's avatar a597449807 Committed by GitHub

Fix 天魔の聲選姫 (#2729)

修复②效果在自身里侧表示时,应不能适用的问题(自分フィールドに「天魔の聲選姫」以外のモンスターが存在する限り、相手モンスターはこのカードを攻撃対象に選択できない)。

https://www.db.yugioh-card.com/yugiohdb/faq_search.action?ope=4&cid=19863&request_locale=ja
parent 9974b610
......@@ -19,9 +19,11 @@ function s.initial_effect(c)
--
local e3=Effect.CreateEffect(c)
e3:SetType(EFFECT_TYPE_SINGLE)
e3:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
e3:SetCode(EFFECT_CANNOT_BE_BATTLE_TARGET)
e3:SetRange(LOCATION_MZONE)
e3:SetCondition(s.atcon)
e3:SetValue(1)
e3:SetValue(aux.imval1)
c:RegisterEffect(e3)
--
local e4=Effect.CreateEffect(c)
......
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