summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2025-07-24 23:17:20 -0300
committerJesusaves <cpntb1@ymail.com>2025-07-24 23:17:53 -0300
commite4495f0146f1406126728179bca72184a3db4746 (patch)
tree9c8c82b719caca79cf8a2c0a18dbc7b5dc1a4b24
parent338c5fcd0cc6a2c5e973da0462079cc3b0795c68 (diff)
downloadserverdata-e4495f0146f1406126728179bca72184a3db4746.tar.gz
serverdata-e4495f0146f1406126728179bca72184a3db4746.tar.bz2
serverdata-e4495f0146f1406126728179bca72184a3db4746.tar.xz
serverdata-e4495f0146f1406126728179bca72184a3db4746.zip
Thinksome ordered me to nerf Alfred
-rw-r--r--npc/003-11/alfred.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/003-11/alfred.txt b/npc/003-11/alfred.txt
index 5205af59b..71504cf38 100644
--- a/npc/003-11/alfred.txt
+++ b/npc/003-11/alfred.txt
@@ -107,6 +107,10 @@ public function _calc_wage {
if ($GAME_STORYLINE >= 3)
.@wage += ($GAME_STORYLINE-2) * 200;
+ // Non-Hardcore Deflation
+ if (!$HARDCORE)
+ .@wage = .@wage * 2 / 3;
+
// Personal Inflation Bonus
.@wage += min((gettimetick(2) - TUT_VAR) / 86400, 500);