Browse Source

[changed] Made the inhib requirement for stripping a little lower as 60 was a bit much

Kevin_Smarts 2 years ago
parent
commit
f168e3df2d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/stripclub.qsrc

+ 2 - 2
locations/stripclub.qsrc

@@ -171,9 +171,9 @@ if $ARGS[0] = 'forman':
 			end
 		end
 	end
-	if pcs_dancero > 0 and stripwork = 0 and pcs_inhib >= 60:
+	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 < 60:
+	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