Commit cc2e7ad8 authored by mercury233's avatar mercury233 Committed by GitHub

add timing hint for 大捕り物

parent beabab1e
...@@ -6,6 +6,7 @@ function c36975314.initial_effect(c) ...@@ -6,6 +6,7 @@ function c36975314.initial_effect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_CONTINUOUS_TARGET) e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_CONTINUOUS_TARGET)
e1:SetHintTiming(0,TIMINGS_CHECK_MONSTER+TIMING_END_PHASE)
e1:SetTarget(c36975314.target) e1:SetTarget(c36975314.target)
e1:SetOperation(c36975314.operation) e1:SetOperation(c36975314.operation)
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