Commit fc74b145 authored by woodee's avatar woodee

hint timing

parent 9df97161
...@@ -13,6 +13,7 @@ function c18326736.initial_effect(c) ...@@ -13,6 +13,7 @@ function c18326736.initial_effect(c)
e1:SetCost(c18326736.spcost) e1:SetCost(c18326736.spcost)
e1:SetTarget(c18326736.sptg) e1:SetTarget(c18326736.sptg)
e1:SetOperation(c18326736.spop) e1:SetOperation(c18326736.spop)
e1:SetHintTiming(0,TIMING_END_PHASE)
c:RegisterEffect(e1) c:RegisterEffect(e1)
--turn skip --turn skip
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
......
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