Browse Source

The option to easily change the Pavlovsk prostitution working hours.

netuttki 7 months ago
parent
commit
a26356767f
1 changed files with 7 additions and 0 deletions
  1. 7 0
      locations/prostitution_functions.qsrc

+ 7 - 0
locations/prostitution_functions.qsrc

@@ -33,6 +33,13 @@ $solicitation_locations[5] = 'pav_complex'
 $solicitation_locations[6] = 'pav_park'
 $solicitation_locations[7] = 'pushkin'
 
+!! Set the Pavlovsk 'working' hours
+!! Not used at the moment.
+if $ARGS[0] = 'set_pavlovsk_hours':
+	prostitute['pav_start_hour'] = ARGS[1]
+	prostitute['pav_end_hour'] = ARGS[2]
+end
+
 !! Blocks the content that would clash with the Whore Life mod.
 if $ARGS[0] = 'wl_block':
 	prostitute['wl_block'] = ARGS[1]