diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/020-7-1/core.txt | 4 |
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) |