Commit 59089625 authored by salix5's avatar salix5

Merge pull request #343 from nekrozar/patch-1

fix Thousand-Eyes Restrict
parents d15c00a0 a1a94ac0
...@@ -19,7 +19,7 @@ function c63519819.initial_effect(c) ...@@ -19,7 +19,7 @@ function c63519819.initial_effect(c)
local e3=Effect.CreateEffect(c) local e3=Effect.CreateEffect(c)
e3:SetType(EFFECT_TYPE_FIELD) e3:SetType(EFFECT_TYPE_FIELD)
e3:SetRange(LOCATION_MZONE) e3:SetRange(LOCATION_MZONE)
e3:SetCode(EFFECT_CANNOT_ATTACK_ANNOUNCE) e3:SetCode(EFFECT_CANNOT_ATTACK)
e3:SetTargetRange(LOCATION_MZONE,LOCATION_MZONE) e3:SetTargetRange(LOCATION_MZONE,LOCATION_MZONE)
e3:SetTarget(c63519819.antarget) e3:SetTarget(c63519819.antarget)
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