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

Merge branch 'patch-3' into 'pregmod-master'

adds error handle to weather

See merge request !8068
parents 0402a028 87b451f3
No related branches found
No related tags found
1 merge request!8068adds error handle to weather
...@@ -33,6 +33,9 @@ ...@@ -33,6 +33,9 @@
<<set $weatherRemaining = random (3,6)>> <<set $weatherRemaining = random (3,6)>>
<</if>> <</if>>
<<if $weatherLastWeek == 0>>
<<set $weatherLastWeek = 1>>
<</if>>
<<set _seed = random(1,10)>> <<set _seed = random(1,10)>>
<<if $weatherType == 1>> <<if $weatherType == 1>>
......
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