Commit 0cc62e31 authored by GuGu's avatar GuGu

Update c4114314.lua

parent a4bdfed5
Pipeline #29293 passed with stage
in 6 seconds
...@@ -17,6 +17,7 @@ function c4114314.initial_effect(c) ...@@ -17,6 +17,7 @@ function c4114314.initial_effect(c)
e2:SetType(EFFECT_TYPE_QUICK_O) e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetCode(EVENT_FREE_CHAIN) e2:SetCode(EVENT_FREE_CHAIN)
e2:SetHintTiming(0,TIMINGS_CHECK_MONSTER+TIMING_MAIN_END) e2:SetHintTiming(0,TIMINGS_CHECK_MONSTER+TIMING_MAIN_END)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
e2:SetRange(LOCATION_PZONE) e2:SetRange(LOCATION_PZONE)
e2:SetCountLimit(1,4114314) e2:SetCountLimit(1,4114314)
e2:SetCondition(c4114314.spcon) e2:SetCondition(c4114314.spcon)
......
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