From 5d9a3a9de3f2c68adf832d30e4525f9e58b808c4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 20 Jun 2019 22:09:17 -0300 Subject: Well, let's add a check for it --- npc/020-7-1/core.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'npc/020-7-1') diff --git a/npc/020-7-1/core.txt b/npc/020-7-1/core.txt index 1dae575d8..f63434a50 100644 --- a/npc/020-7-1/core.txt +++ b/npc/020-7-1/core.txt @@ -161,6 +161,10 @@ function script BSProccess { if (.@x <= 0 || .@y <= 0) return; + // Dunno how this could happen but anyway + if (.@m$ != "020-7-1") + return; + // Calculate quadrand // The map goes from (64,32) to (139,83) // There is a 3x3 area, totalizing nine nests -- cgit v1.2.3-60-g2f50