Commit d2662b1f authored by Steeldarkeagel's avatar Steeldarkeagel

Update c4904633.lua

Added timing for opponents End Phase for better quality of life for players.
parent 81e923d9
...@@ -6,6 +6,7 @@ function c4904633.initial_effect(c) ...@@ -6,6 +6,7 @@ function c4904633.initial_effect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,TIMING_END_PHASE)
e1:SetTarget(c4904633.target) e1:SetTarget(c4904633.target)
e1:SetOperation(c4904633.activate) e1:SetOperation(c4904633.activate)
c:RegisterEffect(e1) c:RegisterEffect(e1)
......
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