Commit b1c44e73 authored by woodee's avatar woodee

Merge pull request #147 from mercury233/patch-2

add timing hint
parents 7f78e077 833f727c
...@@ -10,7 +10,7 @@ function c46772449.initial_effect(c) ...@@ -10,7 +10,7 @@ function c46772449.initial_effect(c)
e1:SetType(EFFECT_TYPE_QUICK_O) e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(TIMING_SPSUMMON) e1:SetHintTiming(TIMING_SPSUMMON,TIMING_BATTLE_START)
e1:SetCondition(c46772449.condition) e1:SetCondition(c46772449.condition)
e1:SetCost(c46772449.cost) e1:SetCost(c46772449.cost)
e1:SetTarget(c46772449.target) e1:SetTarget(c46772449.target)
......
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