diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index c1a54c8f9e684bb70408fc5a3cf7b10d6bbb471d..4f9e2482233c86e912ffd48c4d04fa1d5dfc6f1f 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! */