Browse Source

Moved `'See the manager for work'` so Sveta won't have to pay to do this

netuttki 1 year ago
parent
commit
b58ff4267b
1 changed files with 5 additions and 5 deletions
  1. 5 5
      locations/stripclub.qsrc

+ 5 - 5
locations/stripclub.qsrc

@@ -63,6 +63,11 @@ if $ARGS[0] = 'start':
 						'You don''t have enough money to pay the entry fee.'
 					end
 				end
+				if pcs_dancero > 0 and stripwork = 0 and pcs_inhib >= 50:
+					act 'See the manager for work': gt 'stripclub', 'manager'
+				elseif stripwork = 0 and pcs_inhib < 50:
+					'You could ask the manager for a job, but you don''t feel confident enough to be a stripper. You should get more used to showing off your body first.'
+				end
 			else
 				'The security guard stops you. Looking you up and down, he asks to see your ID.'
 				'You make a show of rummaging through your purse. "Sorry, I must have left my ID at home."'
@@ -171,11 +176,6 @@ if $ARGS[0] = 'forman':
 			end
 		end
 	end
-	if pcs_dancero > 0 and stripwork = 0 and pcs_inhib >= 50:
-		act 'See the manager for work': gt 'stripclub', 'manager'
-	elseif stripwork = 0 and pcs_inhib < 50:
-		'You could ask the manager for a job, but you don''t feel confident enough to be a stripper. You should get more used to showing off your body first.'
-	end
 end
 
 if $ARGS[0] = 'privat':