Browse Source

[fixed] Locations were not updated for dates so not getting indoor colour scheme where we should

Kevin_Smarts 1 year ago
parent
commit
caf19b03cb
2 changed files with 6 additions and 0 deletions
  1. 1 0
      locations/dateF.qsrc
  2. 5 0
      locations/dateM.qsrc

+ 1 - 0
locations/dateF.qsrc

@@ -389,6 +389,7 @@ end
 
 if $ARGS[0] = 'datebar':
 	*clr & cla
+	$location_type = 'public_indoors'
 	minut += 20
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/shared/date/barinside.jpg"></center>'

+ 5 - 0
locations/dateM.qsrc

@@ -492,6 +492,7 @@ end
 
 if $ARGS[0] = 'datecinema':
 	*clr & cla
+	$location_type = 'public_indoors'
 	minut += 15
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/theater/kinoteatr.jpg"></center>'
@@ -588,6 +589,7 @@ if $ARGS[0] = 'datecinema':
 												'You''re blemishing red as you quickly get dressed, grabbing your stuff, running out of the theater. You can hear some of the other people commenting on the situation as you walk past them. <<$boydesc>> is walking besides you and also has his head down looking at the ground as ashamed as you.'
 												act 'Outside':
 													*clr & cla
+													$location_type = 'public_outdoors'
 													minut += 5
 													gs 'stat'
 													'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/theater/kinoteatr.jpg"></center>'
@@ -615,6 +617,7 @@ if $ARGS[0] = 'datecinema':
 						'You turn to him nodding, as you''re nodding he leans in once again and gives you a kiss. The two of you hold hands for the rest of the movie.'
 						act 'Outside':
 							*clr & cla
+							$location_type = 'public_outdoors'
 							minut += 5
 							gs 'stat'
 							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/theater/kinoteatr.jpg"></center>'
@@ -656,6 +659,7 @@ end
 
 if $ARGS[0] = 'datecafe':
 	*clr & cla
+	$location_type = 'public_indoors'
 	minut += 15
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/shared/date/cafe.jpg"></center>'
@@ -782,6 +786,7 @@ end
 
 if $ARGS[0] = 'datebar':
 	*clr & cla
+	$location_type = 'public_indoors'
 	minut += 20
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/shared/date/barinside.jpg"></center>'