Commit 72826f7f authored by Nemo Ma's avatar Nemo Ma

Update c60000004.lua

parent 3e719ee0
...@@ -3,8 +3,7 @@ function c60000004.initial_effect(c) ...@@ -3,8 +3,7 @@ function c60000004.initial_effect(c)
--Inactivate --Inactivate
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(60000004,0)) e1:SetDescription(aux.Stringid(60000004,0))
e1:SetCategory(CATEGORY_DISABLE) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetCode(EVENT_CHAINING) e1:SetCode(EVENT_CHAINING)
e1:SetRange(LOCATION_HAND) e1:SetRange(LOCATION_HAND)
e1:SetProperty(EFFECT_FLAG_DELAY) e1:SetProperty(EFFECT_FLAG_DELAY)
......
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