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

Merge branch 'dcoded-dev' into 'pregmod-master'

Minor change to costs report

See merge request pregmodfan/fc-pregmod!3236
parents 532d49df 537625ff
No related branches found
No related tags found
No related merge requests found
...@@ -15,26 +15,26 @@ Since you are ...@@ -15,26 +15,26 @@ Since you are
<<else>> <<else>>
used to a fairly normal life, used to a fairly normal life,
<</if>> <</if>>
your personal living expenses are <<print cashFormat(Math.trunc($girls*(250+(50000/$localEcon))))>>. your personal living expenses are @@.yellowgreen;<<print cashFormat(Math.trunc($girls*(250+(50000/$localEcon))))>>.@@
<<set _arcologyCosts += Math.trunc($girls*(250+(50000/$localEcon)))>> <<set _arcologyCosts += Math.trunc($girls*(250+(50000/$localEcon)))>>
<<if $arcologies[0].FSRepopulationFocusLaw == 1 && $PC.pregKnown == 1>> <<if $arcologies[0].FSRepopulationFocusLaw == 1 && $PC.pregKnown == 1>>
<br>Rent promotion for being a pregnant citizen under ''Universal Pregnancy Subsidy:'' <<print cashFormat(500)>> <br>Rent promotion for being a pregnant citizen under ''Universal Pregnancy Subsidy:'' @@.yellowgreen;<<print cashFormat(500)>>@@
<<set _arcologyCosts += 500>> <<set _arcologyCosts += 500>>
<</if>> <</if>>
<<if $PC.preg == -1>> <<if $PC.preg == -1>>
<br>Your Contraceptives expenses: <<print cashFormat(25)>> <br>Your Contraceptives expenses: @@.yellowgreen;<<print cashFormat(25)>>@@
<<set _arcologyCosts += 25>> <<set _arcologyCosts += 25>>
<<elseif $PC.fertDrugs == 1>> <<elseif $PC.fertDrugs == 1>>
<br>Your fertility regimen: <<print cashFormat(50)>> <br>Your fertility regimen: @@.yellowgreen;<<print cashFormat(50)>>@@
<<set _arcologyCosts += 50>> <<set _arcologyCosts += 50>>
<<elseif $PC.preg >= 16>> <<elseif $PC.preg >= 16>>
<br>Increased living expenses due to being pregnant: <<print cashFormat(100)>> <br>Increased living expenses due to being pregnant: @@.yellowgreen;<<print cashFormat(100)>>@@
<<set _arcologyCosts += 100>> <<set _arcologyCosts += 100>>
<</if>> <</if>>
<<if $PC.staminaPills == 1>> <<if $PC.staminaPills == 1>>
<br>Your stamina pills: <<print cashFormat(50)>> <br>Your stamina pills: @@.yellowgreen;<<print cashFormat(50)>>@@
<<set _arcologyCosts += 50>> <<set _arcologyCosts += 50>>
<</if>> <</if>>
......
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