summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/clientversion.txt4
1 files changed, 4 insertions, 0 deletions
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") {