Commit 6cfa5329 authored by mercury233's avatar mercury233

add timing hint for Triamid monsters

parent 300104ff
......@@ -20,6 +20,7 @@ function c32912040.initial_effect(c)
e2:SetRange(LOCATION_MZONE)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
e2:SetCountLimit(1)
e2:SetHintTiming(0,TIMING_END_PHASE)
e2:SetCondition(c32912040.condition)
e2:SetTarget(c32912040.target)
e2:SetOperation(c32912040.operation)
......
......@@ -19,6 +19,7 @@ function c69529337.initial_effect(c)
e2:SetRange(LOCATION_MZONE)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
e2:SetCountLimit(1)
e2:SetHintTiming(0,TIMING_END_PHASE)
e2:SetCondition(c69529337.condition)
e2:SetTarget(c69529337.target)
e2:SetOperation(c69529337.operation)
......
......@@ -18,6 +18,7 @@ function c95923441.initial_effect(c)
e2:SetRange(LOCATION_MZONE)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
e2:SetCountLimit(1)
e2:SetHintTiming(0,TIMING_END_PHASE)
e2:SetCondition(c95923441.condition)
e2:SetTarget(c95923441.target)
e2:SetOperation(c95923441.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