diff options
-rw-r--r-- | npc/020-7-1/core.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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 |