Browse Source

[fixed] September isn't wintery enough for snow image

Kevin_Smarts 1 year ago
parent
commit
5aee45fc38
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/gschool_grounds.qsrc

+ 1 - 1
locations/gschool_grounds.qsrc

@@ -358,7 +358,7 @@ if $ARGS[0] = 'sports':
 			fat -= rand(0,4)
 			gs 'sweat', 'add', 5
 			gs 'stat'
-			if month > 2 and month < 9:
+			if month > 2 and month <= 9:
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/grounds/runsummer.jpg"></center>'
 			else
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/grounds/runwinter.jpg"></center>'