Commit ccaa7d36 authored by mercury233's avatar mercury233 Committed by GitHub

fix Sin Territory

parent 979ead9c
...@@ -19,7 +19,7 @@ function c75223115.initial_effect(c) ...@@ -19,7 +19,7 @@ function c75223115.initial_effect(c)
e3:SetType(EFFECT_TYPE_FIELD) e3:SetType(EFFECT_TYPE_FIELD)
e3:SetCode(EFFECT_DISABLE) e3:SetCode(EFFECT_DISABLE)
e3:SetRange(LOCATION_SZONE) e3:SetRange(LOCATION_SZONE)
e3:SetTargetRange(LOCATION_MZONE,0) e3:SetTargetRange(LOCATION_MZONE,LOCATION_MZONE)
e3:SetCondition(c75223115.discon) e3:SetCondition(c75223115.discon)
e3:SetTarget(aux.TargetBoolFunction(Card.IsSetCard,0x23)) e3:SetTarget(aux.TargetBoolFunction(Card.IsSetCard,0x23))
c:RegisterEffect(e3) c:RegisterEffect(e3)
......
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