Commit 464446f6 authored by VanillaSalt's avatar VanillaSalt

fix

parent e274b055
......@@ -14,6 +14,7 @@ function c1802450.initial_effect(c)
e2:SetRange(LOCATION_SZONE)
e2:SetCode(EVENT_FREE_CHAIN)
e2:SetHintTiming(0,TIMING_END_PHASE)
e2:SetCountLimit(1)
e2:SetCost(c1802450.cost)
e2:SetTarget(c1802450.target)
e2:SetOperation(c1802450.operation)
......
......@@ -14,6 +14,7 @@ function c36970611.initial_effect(c)
e2:SetRange(LOCATION_SZONE)
e2:SetCode(EVENT_FREE_CHAIN)
e2:SetHintTiming(0,TIMING_END_PHASE)
e2:SetCountLimit(1)
e2:SetCost(c36970611.cost)
e2:SetTarget(c36970611.target)
e2:SetOperation(c36970611.operation)
......
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