Browse Source

[fixed] The pubic styles now accounted for in the "Prepare for your show" section. Also added an action so you see the inspection info before your show.

KevinSmarts 5 years ago
parent
commit
dcdfbafdd3
1 changed files with 6 additions and 2 deletions
  1. 6 2
      locations/stwork.qsrc

+ 6 - 2
locations/stwork.qsrc

@@ -34,7 +34,7 @@ if $ARGS[0] = 'start':
 	if (kosmetica >= 3 or pcs_makeup >= 4) and (hour >= 11 or hour <= 2):
 		act '<b>Prepare for your show</b>':
 			*clr & cla
-			if pcs_sweat >= 20 or (pcs_leghair > 3 or pcs_pubes > 3):
+			if pcs_sweat >= 20 or (pcs_leghair > 3 or ((pcs_pubes > 3 and pubestyle = 1) or (pubestyle >= 2 and pubestyle <=7) and pcs_pubes > 11)):
 				dynamic $showerdin
 				minut += 5
 				'<h3>Staff Bathroom</h3>'
@@ -81,9 +81,13 @@ if $ARGS[0] = 'start':
 										if pubestyle = 1 and pcs_pubes > 3:
 											strippermission = 1
 											'"That''s very smooth. Looks like you are ready to get on the stage. You can get to work." He says and ushers you out of his office.'
-											stpredmet = 3 & gt 'stwork2', 'strip'
+											stpredmet = 3
+											act 'Perform': gt 'stwork2', 'strip'
 										elseif (pubestyle >= 2 and pubestyle <=7) and pcs_pubes > 11:
+											strippermission = 1
 											'"Very cute pubic hair, I''m sure the customers will appreciate it, now get on stage. You can work" He says and ushers you out of his office.'
+											stpredmet = 3
+											act 'Perform': gt 'stwork2', 'strip'
 										else
 											'"You need to shave everything off <<$pcs_stagename>>, although a small and cute pubic style is popular at the moment if you feel creative." He smiles and pats you on the butt as he says, "Go take care of that and then come back here."'
 											act 'Go to the dressing room': gt 'stwork', 'start'