Commit f9c36c4b authored by fallenstardust's avatar fallenstardust

fix LEDE-JP040 Script

parent e68b538b
...@@ -34,7 +34,7 @@ function c101204040.initial_effect(c) ...@@ -34,7 +34,7 @@ function c101204040.initial_effect(c)
e4:SetCode(EVENT_FREE_CHAIN) e4:SetCode(EVENT_FREE_CHAIN)
e4:SetHintTiming(0,TIMING_BATTLE_START+TIMING_ATTACK+TIMINGS_CHECK_MONSTER+TIMING_MAIN_END) e4:SetHintTiming(0,TIMING_BATTLE_START+TIMING_ATTACK+TIMINGS_CHECK_MONSTER+TIMING_MAIN_END)
e4:SetRange(LOCATION_GRAVE) e4:SetRange(LOCATION_GRAVE)
e4:SetCountLimit(1,c101204040+EFFECT_COUNT_CODE_DUEL) e4:SetCountLimit(1,101204040+EFFECT_COUNT_CODE_DUEL)
e4:SetCondition(c101204040.spcon) e4:SetCondition(c101204040.spcon)
e4:SetCost(c101204040.spcost) e4:SetCost(c101204040.spcost)
e4:SetTarget(c101204040.sptg) e4:SetTarget(c101204040.sptg)
......
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