Commit 6cf7f22f authored by dest's avatar dest Committed by DailyShana

Add hint timing Illusion Balloon (#707)

parent be8e2a56
...@@ -5,6 +5,7 @@ function c62161698.initial_effect(c) ...@@ -5,6 +5,7 @@ function c62161698.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:SetCondition(c62161698.condition) e1:SetCondition(c62161698.condition)
e1:SetTarget(c62161698.target) e1:SetTarget(c62161698.target)
e1:SetOperation(c62161698.operation) e1:SetOperation(c62161698.operation)
......
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