Browse Source

[Changed] Changed pav_ residential so you can have multiple night pictures

philormand 4 years ago
parent
commit
c536e63244
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/pav_residential.qsrc

+ 1 - 1
locations/pav_residential.qsrc

@@ -40,7 +40,7 @@ else
 	if hour >= 8 and hour <= 21:
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/pavres.jpg"></center>'
 	else
-		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/pavresn.jpg"></center>'
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/pavresn_'+ rand(1,2) +'.jpg"></center>' 
 	end
 end