Commit 9972c865 authored by YGO5upp0r73r's avatar YGO5upp0r73r Committed by DailyShana

Added Missing Category - Sinister Shadow Games (#682)

parent 15ea279d
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
function c77505534.initial_effect(c) function c77505534.initial_effect(c)
--Activate --Activate
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_TOGRAVE+CATEGORY_POSITION)
e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,0x11e8) e1:SetHintTiming(0,0x11e8)
......
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