Commit ed779ce7 authored by a597449807's avatar a597449807 Committed by GitHub

Fix メタルシルバー・アーマー (#2734)

修复自身怪兽装备后,对方应不能以里侧表示的怪兽作为效果的对象的问题。
parent e2c65443
......@@ -14,6 +14,7 @@ function c33114323.initial_effect(c)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD)
e2:SetCode(EFFECT_CANNOT_BE_EFFECT_TARGET)
e2:SetProperty(EFFECT_FLAG_SET_AVAILABLE)
e2:SetRange(LOCATION_SZONE)
e2:SetTargetRange(0x34,0x34)
e2:SetCondition(c33114323.effcon)
......
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