Commit cacb1635 authored by GuGu's avatar GuGu

Update c4114308.lua

parent 0cc62e31
Pipeline #29294 passed with stage
in 6 seconds
...@@ -28,6 +28,7 @@ function c4114308.initial_effect(c) ...@@ -28,6 +28,7 @@ function c4114308.initial_effect(c)
e3:SetType(EFFECT_TYPE_QUICK_O) e3:SetType(EFFECT_TYPE_QUICK_O)
e3:SetCode(EVENT_FREE_CHAIN) e3:SetCode(EVENT_FREE_CHAIN)
e3:SetHintTiming(0,TIMINGS_CHECK_MONSTER+TIMING_MAIN_END) e3:SetHintTiming(0,TIMINGS_CHECK_MONSTER+TIMING_MAIN_END)
e3:SetProperty(EFFECT_FLAG_CARD_TARGET)
e3:SetRange(LOCATION_HAND+LOCATION_EXTRA) e3:SetRange(LOCATION_HAND+LOCATION_EXTRA)
e3:SetCountLimit(1,4114309) e3:SetCountLimit(1,4114309)
e3:SetCondition(c4114308.spcon) e3:SetCondition(c4114308.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