From 175fade1d784ee3d6e9c47f4c52c97c67c761263 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 3 Mar 2021 15:00:44 -0300 Subject: Fix incorrect report --- npc/functions/hub.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'npc/functions/hub.txt') 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 -- cgit v1.2.3-60-g2f50