Browse Source

[fixed] Added some checks for time of day and temp to sonia sunbathing in camera file, plus a word correction

Kevin_Smarts 2 years ago
parent
commit
1972d7289f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      locations/camera.qsrc

+ 3 - 3
locations/camera.qsrc

@@ -393,8 +393,8 @@ if $ARGS[0] = 'pav_lake':
 	gs 'stat'
 	'<center><img src="images/pc/activities/photography/sveta_camera.jpg"></center>'
 	'As you look out over the lake you realize what a wonderful photo this place would make. You walk around the shore looking through the camera several times until you find just the perfect spot. You take several photos, then you pause and check them. Happy with your results you know you have something to add to your portfolio.'
-	if soniaPS > 0 and sunWeather = 1:
-		'Just as you are about ready to put your camera away, you notice a girl sunbathing topless. It takes you a moment to realize it is Sonia, she appears to be alone. You wonder if she would make a good subject to photograph, a take on how innocents can get lost in a cruel world.'
+	if soniaPS > 0 and sunWeather = 1 and temp > 15 and hour > 6 or hour < 22:
+		'Just as you are about ready to put your camera away, you notice a girl sunbathing topless. It takes you a moment to realize it is Sonia, she appears to be alone. You wonder if she would make a good subject to photograph, a take on how innocence can get lost in a cruel world.'
 		gs 'camera', 'pav_lake_sonia'
 	else
 		act 'Put Camera away': gt $loc, $loc_arg
@@ -402,7 +402,7 @@ if $ARGS[0] = 'pav_lake':
 end
 
 if $ARGS[0] = 'pav_lake_sonia':
-	if $ARGS[1] = 'describe': 'You notice a girl sunbathing topless. It takes you a moment to realize it is Sonia, she appears to be alone. You wonder if she would make a good subject to photograph, a take on how innocents can get lost in a cruel world.'
+	if $ARGS[1] = 'describe': 'You notice a girl sunbathing topless. It takes you a moment to realize it is Sonia, she appears to be alone. You wonder if she would make a good subject to photograph, a take on how innocence can get lost in a cruel world.'
 	act 'Take Sonia''s photograph':
 		*clr & cla
 		$camera_found['sonia'] = 1