Skip to content
Snippets Groups Projects
Commit 54e2f2f8 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'Popfix' into 'pregmod-master'

Rents fixed

See merge request pregmodfan/fc-pregmod!3035
parents a068e7e1 16831a5b
No related branches found
No related tags found
No related merge requests found
......@@ -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>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment