Commit f5189cf5 authored by Tachibana's avatar Tachibana

ndyd

parent 08df2c38
Pipeline #4446 passed with stages
in 19 minutes
......@@ -31,7 +31,7 @@ function c9330016.initial_effect(c)
local e3=e2:Clone()
e3:SetCode(EFFECT_UPDATE_DEFENSE)
c:RegisterEffect(e3)
--
--cannot activate
local e4=Effect.CreateEffect(c)
e4:SetType(EFFECT_TYPE_FIELD)
e4:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
......@@ -46,7 +46,7 @@ function c9330016.initial_effect(c)
e5:SetCode(EFFECT_CANNOT_REMOVE)
e5:SetRange(LOCATION_ONFIELD)
e5:SetTargetRange(LOCATION_GRAVE,LOCATION_GRAVE)
e5:SetValue(c9330016.aclimit2)
e5:SetTarget(c9330016.aclimit2)
c:RegisterEffect(e5)
--set/to hand
local e6=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