Skip to content
Snippets Groups Projects
Commit b9e200a5 authored by turnop's avatar turnop
Browse files

weather update in init

parent b8f94565
No related branches found
No related tags found
1 merge request!8020Total weather overhaul
......@@ -50,7 +50,10 @@ You should have received a copy of the GNU General Public License along with thi
<<set $foodConsumption = (($lowerClass*$foodRate.lower) + ($middleClass*$foodRate.middle) + ($upperClass*$foodRate.upper) + ($topClass*$foodRate.top))>> /* total amount food consumed per week */
<<set $weatherToday = App.Data.weather.nice.random()>>
<<set $weatherToday = App.Data.weather.hotnice.random()>>
<<set $weatherLastWeek = 1>>
<<set $weatherType = 1>>
<<set $weatherRemaining = 6>>
<<set $prisonCircuitIndex = random(0,$prisonCircuit.length-1)>>
/* I am not a slave object! Do not treat me like one! */
......
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