Browse Source

- vika chat rel fix
- slight strip improvement/fix

The brothels and stripclub (there it's 31 a typo...) require you to haveclean shaven pubes (meaning pcs_pubes < 3). Now for the shave option to appear when clean shaven is selected the requirements are (if pubestyle = 1 and pcs_pubes > 3:) therefor you can't shave and have to wait a day.

test234 5 years ago
parent
commit
b5d4cda54a
4 changed files with 7 additions and 7 deletions
  1. 1 1
      locations/Vika.qsrc
  2. 2 2
      locations/din_van.qsrc
  3. 2 2
      locations/stwork.qsrc
  4. 2 2
      locations/stwork2.qsrc

+ 1 - 1
locations/Vika.qsrc

@@ -43,8 +43,8 @@ if hour < 20:
 	act 'Chatting with Vika (00:15)':
 		cla
 		minut += 15
-		vikachatday = daystart
 		if vikachatday ! daystart: npc_rel['A220'] += 3
+		vikachatday = daystart
 		talkrand = RAND(0,10)
 		if talkrand = 0:
 			'You started talking with Vika, she tells you about the boys she met, about parties, about cosmetics.'

+ 2 - 2
locations/din_van.qsrc

@@ -235,14 +235,14 @@ $bath = {
 
 $brit = {
 	if shave_menu = 1  and stanok > 1:
-		if pcs_leghair > 3 or (pubestyle = 1 and pcs_pubes > 3) or (pubestyle >= 2 and pubestyle <=7 and pcs_pubes > 11) or (pubestyle = 8 and pcs_pubes > 11) or (pubestyle = 9 and pcs_pubes > 20) or (pubestyle = 10 and pcs_pubes > 26):
+		if pcs_leghair > 3 or (pubestyle = 1 and pcs_pubes > 2) or (pubestyle >= 2 and pubestyle <=7 and pcs_pubes > 11) or (pubestyle = 8 and pcs_pubes > 11) or (pubestyle = 9 and pcs_pubes > 20) or (pubestyle = 10 and pcs_pubes > 26):
 			if pubestyle > 0:
 				act 'Shave yourself (0:15)':
 					menu_off = 1
 					*clr & cla
 					minut += 15
 					pcs_leghair = 0
-					if pubestyle = 1 and pcs_pubes > 3:
+					if pubestyle = 1 and pcs_pubes > 2:
 						pcs_pubes = 0
 					elseif (pubestyle >= 2 and pubestyle <=7) and pcs_pubes > 11:
 						pcs_pubes = 11

+ 2 - 2
locations/stwork.qsrc

@@ -34,7 +34,7 @@ if $ARGS[0] = 'start':
 	if kosmetica >= 3 or pcs_makeup >= 4:
 		act '<b>Prepare for your show</b>':
 			*clr & cla
-			if pcs_sweat >= 20 or (pcs_leghair > 3 or pcs_pubes > 31):
+			if pcs_sweat >= 20 or (pcs_leghair > 3 or pcs_pubes > 3):
 				dynamic $showerdin
 				minut += 5
 				'<h3>Staff Bathroom</h3>'
@@ -54,7 +54,7 @@ if $ARGS[0] = 'start':
 			pcs_hairbsh = 1
 			dynamic $brit
 
-			if pcs_leghair <= 3 and pcs_pubes <= 31:
+			if pcs_leghair <= 3 and pcs_pubes <= 3:
 				if fingal <= 0:
 					act 'Go on stage':
 						stpredmet = 3 & gt 'stwork2', 'strip'

+ 2 - 2
locations/stwork2.qsrc

@@ -17,8 +17,6 @@ if $ARGS[0] = 'strip':
 
 	'There are men sitting in front of the stage <<$pubhot>>.'
 
-	act 'Leave the stage':gt 'stwork', 'start'
-	
 	if hour >= 11 or hour <= 2:
 		if stpredmet = 3:lapdance = 0
 		if stpredmet > 0:
@@ -117,6 +115,8 @@ if $ARGS[0] = 'strip':
 	else
 		'Your shift is over for tonight. Time to head home.'
 	end
+	
+	act 'Leave the stage':gt 'stwork', 'start'
 end
 
 if $ARGS[0] = 'tipcalculator':