diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-07 22:03:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-07 22:03:53 -0300 |
commit | 3a4e86266b45dd5c930838cf1b26e674af6162e6 (patch) | |
tree | 464a8fbdb9de376194930bfd1449ca434258913d /npc/functions/clientversion.txt | |
parent | e1c24b018e674c7fbab98bc9bab802c67f5f43ac (diff) | |
download | serverdata-3a4e86266b45dd5c930838cf1b26e674af6162e6.tar.gz serverdata-3a4e86266b45dd5c930838cf1b26e674af6162e6.tar.bz2 serverdata-3a4e86266b45dd5c930838cf1b26e674af6162e6.tar.xz serverdata-3a4e86266b45dd5c930838cf1b26e674af6162e6.zip |
Hurnscald will need a small fix, let the mayor handle it.
Even if it may affect tax collection >.>
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r-- | npc/functions/clientversion.txt | 4 |
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") { |