summaryrefslogtreecommitdiff
path: root/npc/020-7-1/core.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-20 22:10:19 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-20 22:10:19 -0300
commit491d316a9d99056ed5c9a2e995348f7ea53e10ce (patch)
tree242a156c3132496b0ce0be752256b1323910aaed /npc/020-7-1/core.txt
parent5d9a3a9de3f2c68adf832d30e4525f9e58b808c4 (diff)
downloadserverdata-491d316a9d99056ed5c9a2e995348f7ea53e10ce.tar.gz
serverdata-491d316a9d99056ed5c9a2e995348f7ea53e10ce.tar.bz2
serverdata-491d316a9d99056ed5c9a2e995348f7ea53e10ce.tar.xz
serverdata-491d316a9d99056ed5c9a2e995348f7ea53e10ce.zip
Oh, found it. Blame LawnCable. Mapchange will now terminate Blue Sage proccess code.
Diffstat (limited to 'npc/020-7-1/core.txt')
-rw-r--r--npc/020-7-1/core.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/020-7-1/core.txt b/npc/020-7-1/core.txt
index f63434a50..b9e0298c3 100644
--- a/npc/020-7-1/core.txt
+++ b/npc/020-7-1/core.txt
@@ -161,9 +161,9 @@ function script BSProccess {
if (.@x <= 0 || .@y <= 0)
return;
- // Dunno how this could happen but anyway
+ // Map changed. OnCycle is not cleared, so we don't return, we end.
if (.@m$ != "020-7-1")
- return;
+ end;
// Calculate quadrand
// The map goes from (64,32) to (139,83)