Browse Source

[fixed] redlight street wlaker was getting sent back to wrong place

Kevin_Smarts 2 years ago
parent
commit
903ea0ba6f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/city_redlight.qsrc

+ 1 - 1
locations/city_redlight.qsrc

@@ -66,7 +66,7 @@ if $ARGS[0] = 'start':
 		*nl
 		'There are prostitutes working in places near here.'
 		if pcs_makeup > 2 and PCloStyle = 4 and pcs_inhib >= 40:
-			act 'Prostitute yourself': gt 'street_walker', 'work'
+			act 'Prostitute yourself': prst_loc = 1 & gt 'street_walker', 'work'
 		elseif pcs_inhib >= 40:  
 			*nl
 			'You could work as a prostitute, but you need to wear appropriate clothes and more than a little bit of makeup.'