Commit e4a409e4 authored by POLYMER's avatar POLYMER

fix

parent d90a1c46
...@@ -25,7 +25,7 @@ function s.initial_effect(c) ...@@ -25,7 +25,7 @@ function s.initial_effect(c)
e3:SetRange(LOCATION_SZONE) e3:SetRange(LOCATION_SZONE)
e3:SetCode(EVENT_CHAINING) e3:SetCode(EVENT_CHAINING)
e3:SetCountLimit(1,id-70000000) e3:SetCountLimit(1,id-70000000)
e2:SetCondition(s.thcon1) e3:SetCondition(s.thcon1)
e3:SetTarget(s.thtg1) e3:SetTarget(s.thtg1)
e3:SetOperation(s.thop1) e3:SetOperation(s.thop1)
c:RegisterEffect(e3) c:RegisterEffect(e3)
......
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