Browse Source

[Fixed] Being able to ask for a job as a stripper even if Sveta is already a stripper.

Awesome 3 weeks ago
parent
commit
6eac0fd2b8
1 changed files with 4 additions and 4 deletions
  1. 4 4
      locations/stripclub.qsrc

+ 4 - 4
locations/stripclub.qsrc

@@ -103,9 +103,9 @@ 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:
+				if pcs_dancero > 0 and stripwork = 0 and pcs_inhib >= 50 and stripwork1 = 0:
 					act 'Ask the manager about working as a stripper': gt 'stripclub', 'manager_stripper'
-				elseif stripwork = 0 and pcs_inhib < 50:
+				elseif stripwork = 0 and pcs_inhib < 50 and stripwork1 = 0:
 					'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
 				!!if pcs_inhib >= 60 and (stripbarwork = 0 or stripbarwork1 = 0):
@@ -533,9 +533,9 @@ if $ARGS[0] = 'forwoman':
 
 	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:
+	if pcs_dancero > 0 and stripwork = 0 and pcs_inhib >= 50 and stripwork1 = 0:
 		act 'Ask the manager about working as a stripper': gt 'stripclub', 'manager_stripper'
-	elseif stripwork = 0 and pcs_inhib < 50:
+	elseif stripwork = 0 and pcs_inhib < 50 and stripwork1 = 0:
 		'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
 	!!if pcs_inhib >= 60 and (stripbarwork = 0 or stripbarwork1 = 0):