From 16831a5b0e942ce7ff1281b8f3b9f945848d5cef Mon Sep 17 00:00:00 2001 From: Jones <Jones> Date: Wed, 28 Nov 2018 09:46:30 +0100 Subject: [PATCH] Rents fixed --- src/pregmod/manageEconomy.tw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pregmod/manageEconomy.tw b/src/pregmod/manageEconomy.tw index 7d8ff3d4573..28186b76929 100644 --- a/src/pregmod/manageEconomy.tw +++ b/src/pregmod/manageEconomy.tw @@ -91,9 +91,9 @@ _percTopClass = Math.trunc(($topClass / ($ACitizens + $ASlaves)) * 1000) / 10>> <<elseif $MCRent > 25>> //Average// | [[Increase|Manage Economy][$MCRent = 75, $rentEffectM = 0.94]] | [[Decrease|Manage Economy][$MCRent = 25, $rentEffectM = 1.04]] <<elseif $MCRent > 0>> - //Low// | [[Increase|Manage Economy][$MCRent = 20, $rentEffectM = 1]] | [[Free Rent|Manage Economy][$MCRent = 0, $rentEffectM = 1.1]] + //Low// | [[Increase|Manage Economy][$MCRent = 50, $rentEffectM = 1]] | [[Free Rent|Manage Economy][$MCRent = 0, $rentEffectM = 1.1]] <<else>> - //Free// | [[Increase|Manage Economy][$MCRent = 10, $rentEffectM = 1.04]] + //Free// | [[Increase|Manage Economy][$MCRent = 25, $rentEffectM = 1.04]] <</if>> <br>Upper Class Citizens | $upperClass | <<print _percUpperClass>>% | Rent @@.yellowgreen;<<print cashFormat($UCRent)>>@@ <<if $UCRent > 270>> -- GitLab