Browse Source

[fixed] working hours for client

Lusticon 2 months ago
parent
commit
71c317cbee
1 changed files with 8 additions and 8 deletions
  1. 8 8
      locations/stripclub.qsrc

+ 8 - 8
locations/stripclub.qsrc

@@ -370,12 +370,12 @@ if $ARGS[0] = 'forman':
 	'There are some girls on the stage dancing to the music. You notice a sign offering private dances, costing 1000 <b>₽</b> per dance.'
 
 	act 'Leave': minut += 5 & gt 'stripclub', 'start'
-	if hour < 2:
+	if hour < 2 or hour >= 18:
 		act 'Watch a striptease':gt 'stripclub', 'stol'
 		if money >= 1000: act 'Order a private dance (1,000 <b>₽</b>)':gt 'stripclub', 'privat'
 		!! if money >= 1000 and AlbinaQW['stripper'] = 1 and (day = 5 or day = 6): act 'Order a private dance from Albina (1,000 <b>₽</b>)':gt 'stripclub', 'albina_dance'
 	end
-	!!if hour < 2 and minut < 30: act 'Get a drink at the bar': gt 'stripclub', 'bar'
+	!!if (hour < 2 and minut < 30) or hour >= 18: act 'Get a drink at the bar': gt 'stripclub', 'bar'
 end
 
 if $ARGS[0] = 'privat':
@@ -529,8 +529,8 @@ if $ARGS[0] = 'forwoman':
 		end
 	end
 
-	if hour < 2: act 'Watch a striptease': gt 'stripclub', 'stolW'
-	!!if hour < 2 and minut < 30: act 'Get a drink at the bar': gt 'stripclub', 'bar'
+	if hour < 2 or hour >= 18: act 'Watch a striptease': gt 'stripclub', 'stolW'
+	!!if (hour < 2 and minut < 30) or hour >= 18: act 'Get a drink at the bar': gt 'stripclub', 'bar'
 	if pcs_dancero > 0 and stripwork = 0 and pcs_inhib >= 50:
 		act 'Ask the manager about working as a stripper': gt 'stripclub', 'manager_stripper'
 	elseif stripwork = 0 and pcs_inhib < 50:
@@ -550,7 +550,7 @@ if $ARGS[0] = 'stolW':
 	'<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/stripw.jpg"></center>'
 	'There are some athletic guys performing on the stage. The women are all excited, squealing and shoving money down their pants.'
 
-	if hour < 2:
+	if hour < 2 or hour >= 18:
 		act 'Watch a striptease':
 			*clr & cla
 			minut += 15
@@ -637,7 +637,7 @@ if $ARGS[0] = 'albina_confront':
 				'You nod and Albina pushes you into the chair before music starts playing and she starts her show. She seductively dances while slowly peeling her clothes off, all while giving you a teasing smile.'
 				'Once down to her thong, she climbs into your lap and starts grinding against you as her perky breasts jiggle in your face. You''re feeling rather aroused by the time she finishes by bending over in front of you and tugging off her thong.'
 				'The song then ends and a naked Albina smiles before sitting in your lap.'
-				if hour < 2:
+				if hour < 2 or hour >= 18:
 					'"I can tell you enjoyed that <<$pcs_nickname>>, and I did too, but I need to get back to work."'
 					'You nod and she gets dressed again before she walks you back out onto the floor.'
 					act 'Return to the floor': gt 'stripclub', 'forman'
@@ -666,7 +666,7 @@ if $ARGS[0] = 'albina_confront':
 				'You nod and Albina pushes you into the chair before music starts playing and she starts her show. She seductively dances while slowly peeling her clothes off, all while giving you a teasing smile.'
 				'Once down to her thong, she climbs into your lap and starts grinding against you as her perky breasts jiggle in your face. You''re feeling rather aroused by the time she finishes by bending over in front of you and tugging off her thong.'
 				'The song ends and a naked Albina smiles before sitting in your lap.'
-				if hour < 2:
+				if hour < 2 or hour >= 18:
 					'"I can tell you enjoyed that <<$pcs_nickname>>, and I did too, but I need to get back to work."'
 					'You nod and she gets dressed again before she walks you back out onto the floor.'
 					gt 'stripclub', 'forman'
@@ -689,7 +689,7 @@ if $ARGS[0] = 'albina_confront':
 
 		act 'No thanks':
 			'"No thanks," you reply. "I need to get going."'
-			if hour < 2:
+			if hour < 2 or hour >= 18:
 				'She just shrugs. "Your loss. I need to get back to work."'
 				'She walks you back out onto the floor, leaving you behind in the room.'
 				gt 'stripclub', 'forman'