summaryrefslogtreecommitdiff
path: root/npc/functions/hub.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-03 14:58:49 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-03 14:58:49 -0300
commita1259789dccdf8018ba723690c73791c29c54e14 (patch)
tree9f3c5caefb8d6a98ba99302c1ce40ccadee5fbc0 /npc/functions/hub.txt
parent971d1dbf248e6c0cb4bf036abaa03bf48327abd1 (diff)
downloadserverdata-a1259789dccdf8018ba723690c73791c29c54e14.tar.gz
serverdata-a1259789dccdf8018ba723690c73791c29c54e14.tar.bz2
serverdata-a1259789dccdf8018ba723690c73791c29c54e14.tar.xz
serverdata-a1259789dccdf8018ba723690c73791c29c54e14.zip
Fix bugs on Quirino
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r--npc/functions/hub.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index 882bfbe32..26af899b5 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -879,7 +879,7 @@ function script HUB_PvP {
HONOR+=.@honor;
} else {
// Dishonorable... But... Legit?
- if (is_bandit(killedrid))
+ if (is_bandit(killedrid) || getmap() == "001-8")
HONOR+=1;
else
HONOR+=.@honor; // It's negative.