From 3a4e86266b45dd5c930838cf1b26e674af6162e6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 7 Sep 2019 22:03:53 -0300 Subject: Hurnscald will need a small fix, let the mayor handle it. Even if it may affect tax collection >.> --- npc/functions/clientversion.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'npc/functions/clientversion.txt') diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 41fe19275..241341b10 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -657,6 +657,10 @@ function script clientupdater { setitemoptionbyindex(.@index, 0, VAR_VITAMOUNT, 1); setitemoptionbyindex(.@index, 0, IOPT_RICHNESS, 1); dispbottom l("Iron Quiver stats restored"); + // As Orby is Hurnscald Mayor for this term, fix Hurnscald + .@df=$HURNS_TAX-100; + $HURNS_MONEY+=.@df; + $HURNS_TAX=100; } // Crazyfefe's fix if (strcharinfo(0) == "Crazyfefe") { -- cgit v1.2.3-70-g09d2