Commit 92cabb32 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c79250008.lua

parent 6c3a9c02
Pipeline #30187 canceled with stages
in 25 minutes and 7 seconds
...@@ -26,7 +26,7 @@ function s.initial_effect(c) ...@@ -26,7 +26,7 @@ function s.initial_effect(c)
e2:SetCode(EVENT_FREE_CHAIN) e2:SetCode(EVENT_FREE_CHAIN)
e2:SetRange(LOCATION_SZONE) e2:SetRange(LOCATION_SZONE)
e2:SetHintTiming(0,TIMING_MAIN_END+TIMING_END_PHASE) e2:SetHintTiming(0,TIMING_MAIN_END+TIMING_END_PHASE)
e2:SetCountLimit(1) e2:SetCountLimit(1,id)
e2:SetCost(s.remcost) e2:SetCost(s.remcost)
e2:SetTarget(s.remtg) e2:SetTarget(s.remtg)
e2:SetOperation(s.remop) e2:SetOperation(s.remop)
......
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