diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-03 14:58:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-03 14:58:49 -0300 |
commit | a1259789dccdf8018ba723690c73791c29c54e14 (patch) | |
tree | 9f3c5caefb8d6a98ba99302c1ce40ccadee5fbc0 /npc/functions | |
parent | 971d1dbf248e6c0cb4bf036abaa03bf48327abd1 (diff) | |
download | serverdata-a1259789dccdf8018ba723690c73791c29c54e14.tar.gz serverdata-a1259789dccdf8018ba723690c73791c29c54e14.tar.bz2 serverdata-a1259789dccdf8018ba723690c73791c29c54e14.tar.xz serverdata-a1259789dccdf8018ba723690c73791c29c54e14.zip |
Fix bugs on Quirino
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/hub.txt | 2 |
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. |