Commit 13588a29 authored by Chrono-Genex's avatar Chrono-Genex Committed by GitHub

fix Terror of Trishula (#1647)

parent 85101605
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
function c6075533.initial_effect(c) function c6075533.initial_effect(c)
--Activate --Activate
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_REMOVE) e1:SetCategory(CATEGORY_REMOVE+CATEGORY_GRAVE_ACTION)
e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(1,6075533) e1:SetCountLimit(1,6075533)
......
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