diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-20 22:09:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-20 22:09:17 -0300 |
commit | 5d9a3a9de3f2c68adf832d30e4525f9e58b808c4 (patch) | |
tree | fb5476cf87170bba2c14619066d3e36855d600b0 /npc/020-7-1/core.txt | |
parent | b6154a39bcbf1128a6446c7964adc411302bf12b (diff) | |
download | serverdata-5d9a3a9de3f2c68adf832d30e4525f9e58b808c4.tar.gz serverdata-5d9a3a9de3f2c68adf832d30e4525f9e58b808c4.tar.bz2 serverdata-5d9a3a9de3f2c68adf832d30e4525f9e58b808c4.tar.xz serverdata-5d9a3a9de3f2c68adf832d30e4525f9e58b808c4.zip |
Well, let's add a check for it
Diffstat (limited to 'npc/020-7-1/core.txt')
-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 |