Commit 26433e6c authored by Hello23-Ygopro's avatar Hello23-Ygopro Committed by DailyShana

fix Thousand Eyes Restrict (#620)

parent 4fe79f7c
......@@ -25,6 +25,7 @@ function c63519819.initial_effect(c)
c:RegisterEffect(e2)
local e3=e2:Clone()
e3:SetCode(EFFECT_CANNOT_CHANGE_POSITION)
e3:SetProperty(EFFECT_FLAG_SET_AVAILABLE)
c:RegisterEffect(e3)
--atk/def
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