From 491d316a9d99056ed5c9a2e995348f7ea53e10ce Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 20 Jun 2019 22:10:19 -0300 Subject: Oh, found it. Blame LawnCable. Mapchange will now terminate Blue Sage proccess code. --- npc/020-7-1/core.txt | 4 ++-- 1 file 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) -- cgit v1.2.3-60-g2f50