Bläddra i källkod

'locations/stripclub.qsrc' ändern

reverted
foxcon145 1 år sedan
förälder
incheckning
25f1452bec
1 ändrade filer med 10 tillägg och 26 borttagningar
  1. 10 26
      locations/stripclub.qsrc

+ 10 - 26
locations/stripclub.qsrc

@@ -1,4 +1,5 @@
-!!2022/12/10
+# stripclub
+!!2021/04/15
 close all
 
 if $ARGS[0] = 'start':
@@ -7,37 +8,18 @@ if $ARGS[0] = 'start':
 	$menu_loc = 'stripclub'
 	$menu_arg = 'start'
 	menu_off = 0
-	if sound = 0:
-		if month >=11 and month <= 12 or month >=1 and month <=3:
-			if hour >= 4 and hour <= 17: PLAY 'sound/street2.mp3',30 & PLAY 'sound/street7.mp3',30 & PLAY 'sound/zima.mp3',30
-			if hour >= 18 or hour <= 3: PLAY 'sound/street_club.mp3',30
-		else
-			if hour >= 4 and hour <= 17: PLAY 'sound/street2.mp3',30 & PLAY 'sound/street7.mp3',30 & PLAY 'sound/street_leto.mp3',30
-			if hour >= 18 or hour <= 3: PLAY 'sound/street_club.mp3',30
-		end
-	end
-	
 	gs 'stat'
 	gs 'themes', 'indoors'
-	'<center><b><font color="maroon">Golden Girls Strip Club</font></b></center>'
-	if month >=11 and month <= 12 or month >=1 and month <=3:
-		if hour >= 19 or hour <= 5: '<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/club_night_winter.jpg"></center>'
-		if hour >= 6 and hour <= 18: '<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/club_day_winter.jpg"></center>'
-	else
-		if hour >= 20 and hour <= 23: '<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/club_night_summer_1.jpg"></center>'
-		if hour >= 0 and hour <= 5: '<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/club_night_summer_2.jpg"></center>'
-		if hour >= 6 and hour <= 19: '<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/club_day_summer.jpg"></center>'
-	end
+	'<center><b><font color="maroon">Strip Club</font></b></center>'
+	'<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/stripclub.jpg"></center>'
 	*nl
 
 	act 'Leave': gt 'city_redlight', 'start'
-	
-	'There are other strip clubs in this area, the <a href="exec:view''images/locations/city/redlight/stripclub/macho.jpg''">Macho</a>, the <a href="exec:view''images/locations/city/redlight/stripclub/maximus_night.jpg''">Maximus</a>, or the <a href="exec:view''images/locations/city/redlight/stripclub/penthouse_night.jpg''">Penthouse</a>, but they are not as prestigious and popular as the Golden Girls Club.'
 
-	if hour = 4:
+	if hour = 2:
 		'The strip club is closing, and a security guard ushers everyone out.'
-	elseif hour > 4 and hour < 11:
-		'The strip club is closed. You notice a sign on the door: The business hours are between 18:00 - 04:00.'
+	elseif hour > 2 and hour < 11:
+		'The strip club is closed. You notice a sign on the door: The business hours are between 18:00 - 02:00.'
 	else
 		if stripdolg > 0:
 			if money >= 50000:
@@ -112,7 +94,7 @@ if $ARGS[0] = 'manager':
 		end
 		'He leads you to one of the private booths and points to the pole. "Show me what you can do."'
 		if pcs_dancero >= 40 and pcs_dancpol >= 30:
-			'You dance sensually, clearly he''s smitten by you. He asks you to sit down. "Our business hours are between 18:00 to 04:00. Some days there are only male strippers performing. We don''t pay strippers, but the customers tip generously. Think of it as an incentive, perform well and you''ll earn a tip."'
+			'You dance sensually, clearly he''s smitten by you. He asks you to sit down. "Our business hours are between 18:00 to 02:00. Some days there are only male strippers performing. We don''t pay strippers, but the customers tip generously. Think of it as an incentive, perform well and you''ll earn a tip."'
 			'"Strippers can perform lap dances for clients at their request for 1000 <b>₽</b> per lap dance. The stripper gets 400 <b>₽</b>, and the rest belongs to the club. They may want further entertainment. As the club doesn''t operate as a brothel, we don''t really accept that kind of business, but we usually turn a blind eye to it."'
 			'"One last thing that I nearly forgot, dancing on stage involves a lot of work on the pole. Unless you do that, it is unlikely you will earn anything. There is no set schedule, the employees choose when they want to come to work. So what do you say, are you interested?"'
 			act 'Accept his offer':
@@ -501,3 +483,5 @@ if $ARGS[0] = 'stpr2':
 		end
 	end
 end
+
+--- stripclub ---------------------------------