Commit 51f69014 authored by mercury233's avatar mercury233

Update c31178212.lua

add timing hint
parent 3aeeff42
...@@ -13,6 +13,7 @@ function c31178212.initial_effect(c) ...@@ -13,6 +13,7 @@ function c31178212.initial_effect(c)
e2:SetType(EFFECT_TYPE_QUICK_O) e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET) e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
e2:SetCode(EVENT_FREE_CHAIN) e2:SetCode(EVENT_FREE_CHAIN)
e2:SetHintTiming(0,0x1e0)
e2:SetRange(LOCATION_MZONE) e2:SetRange(LOCATION_MZONE)
e2:SetCountLimit(1,31178212) e2:SetCountLimit(1,31178212)
e2:SetTarget(c31178212.thtg) e2:SetTarget(c31178212.thtg)
......
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