Commit 3ec5ceab authored by xiaoye's avatar xiaoye

Update c37573005.lua

parent 7f1660d5
...@@ -94,8 +94,8 @@ cm.e1 = { ...@@ -94,8 +94,8 @@ cm.e1 = {
if v:IsHasType(EFFECT_TYPE_IGNITION) then if v:IsHasType(EFFECT_TYPE_IGNITION) then
e1:SetType(EFFECT_TYPE_QUICK_O) e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0, TIMINGS_CHECK_MONSTER + TIMING_END_PHASE)
end end
e1:SetHintTiming(0, TIMINGS_CHECK_MONSTER + TIMING_END_PHASE)
local cost = v:GetCost() or aux.TRUE local cost = v:GetCost() or aux.TRUE
e1:SetCost(function (_e, _tp, _eg, _ep, _ev, _re, _r, _rp, _chk) e1:SetCost(function (_e, _tp, _eg, _ep, _ev, _re, _r, _rp, _chk)
if _chk == 0 then if _chk == 0 then
......
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