Parcourir la source

[fixed] section should have been commented out as conditions cannot be meet until the stripclub bar work job exists.

Kevin_Smarts il y a 6 mois
Parent
commit
3bae7b45cf
1 fichiers modifiés avec 4 ajouts et 2 suppressions
  1. 4 2
      locations/stripclub.qsrc

+ 4 - 2
locations/stripclub.qsrc

@@ -203,7 +203,9 @@ if $ARGS[0] = 'manager_stripper':
 			'"Come back when you can dance on stage without me worrying you''ll fall off, and I''ll give you another chance."'
 			act 'Leave':gt 'stripclub', 'work_leave'
 		end
-	!!elseif stripbarwork = 1 or stripbarwork1 = 1:
+!! For when bar work as a job is available will need to be moved so it is checked for first
+!!{
+	elseif stripbarwork = 1 or stripbarwork1 = 1:
 		'You enter the manager''s office and he greets you with a smile. "Hey there <<$pcs_nickname>>, how can I help you?"'
 		'You return the smile. "Hi, I was wondering if I could get a job as a stripper?"'
 		'The manager chuckles. "Bored of watching the action and wanting to get in on it?"'
@@ -272,7 +274,7 @@ if $ARGS[0] = 'manager_stripper':
 			'"Come back when you can dance on stage without me worrying you''ll fall off, and I''ll give you another chance."'
 			act 'Leave':gt 'stripclub', 'work_leave'
 		end
-
+}
 	else
 		'"Nearly..." you say dejectedly.'
 		'"Right. You need to leave, but be sure to come back when you''re old enough," he replies.'