Browse Source

Old prostitution content set prostitution flag - see description

Working in St. Petersburg as a prostitute or starting the Peacock story at the Pavlovsk Hotel now sets `prostitute['active'] = 1` the same way that reaching the required prostitution fame does with the merged WLife content. This was missing so far, keeping some options locked even though logically they should have been available.
netuttki 11 months ago
parent
commit
baa6351fea
2 changed files with 2 additions and 0 deletions
  1. 1 0
      locations/pav_hotelReception.qsrc
  2. 1 0
      locations/street_walker.qsrc

+ 1 - 0
locations/pav_hotelReception.qsrc

@@ -56,6 +56,7 @@ if $ARGS[0] = '':
 			if pavhotprosQW = 6:
 				pavhotprosQW = 7
 				PavlinQW = 1
+				prostitute['active'] = 1
 			end
 			gs'stat'
 

+ 1 - 0
locations/street_walker.qsrc

@@ -89,6 +89,7 @@ if $ARGS[0] = 'work':
 	elseif $loc = 'city_residential':
 		prst_loc = 2
 	end
+	if prostitute['active'] = 0: prostitute['active'] = 1
 	gs 'street_walker', 'start'
 	'You check your reflection in a store window, doing a last minute check of your outfit and makeup before making your way down the sidewalk looking for a customer.'
 	act 'Work the street': gt 'street_walker', 'event1'