diff options
-rw-r--r-- | npc/functions/hub.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 26af899b5..cbbf33592 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -880,9 +880,8 @@ function script HUB_PvP { } else { // Dishonorable... But... Legit? if (is_bandit(killedrid) || getmap() == "001-8") - HONOR+=1; - else - HONOR+=.@honor; // It's negative. + .@honor=1; + HONOR+=.@honor; // It's negative. } // PvP, and a GM was slain |