From b9e200a5017bcfc7531454ef1c7436730370d768 Mon Sep 17 00:00:00 2001 From: turnop <17540-turnop@users.noreply.gitgud.io> Date: Fri, 9 Oct 2020 23:05:21 -0700 Subject: [PATCH] weather update in init --- src/init/storyInit.tw | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw index c1a54c8f9e6..4f9e2482233 100644 --- a/src/init/storyInit.tw +++ b/src/init/storyInit.tw @@ -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! */ -- GitLab