Commit 966c6d16 authored by Tachibana's avatar Tachibana

tnndx

parent 9cd5e7b7
......@@ -34,8 +34,11 @@ function c9330016.initial_effect(c)
e4:SetValue(c9330016.aclimit)
c:RegisterEffect(e4)
--cannot remove
local e5=e4:Clone()
local e5=Effect.CreateEffect(c)
e5:SetType(EFFECT_TYPE_FIELD)
e5:SetCode(EFFECT_CANNOT_REMOVE)
e5:SetRange(LOCATION_ONFIELD)
e5:SetTargetRange(LOCATION_GRAVE,LOCATION_GRAVE)
e5:SetValue(c9330016.aclimit2)
c:RegisterEffect(e5)
--set/to hand
......
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