Browse Source

[added] direct actions for changing into sports and school default outfits in hotel and Meynold guest bedroom

Kevin_Smarts 3 weeks ago
parent
commit
298f6ddfd0
2 changed files with 3 additions and 1 deletions
  1. 1 0
      locations/HotelRoom.qsrc
  2. 2 1
      locations/mey_home.qsrc

+ 1 - 0
locations/HotelRoom.qsrc

@@ -42,6 +42,7 @@ if $ARGS[0] = 'normal':
 		if money >= 100:act'Order room service (0:30) (100 <b>₽</b>)':gs 'food', 'h_food'
 		act 'Drink some water (0:01)': gs 'beverage', 'bev_wat'
 		if $hotel = 'pav_hotel': gs 'prostitution_functions', 'prostitute_outfit_at_home'
+		gs 'wardrobe', 'default_clothing_options'
 		dynamic $fatdel
 		dynamic $lekarstvo
 		dynamic $vitamin

+ 2 - 1
locations/mey_home.qsrc

@@ -300,7 +300,8 @@ if $ARGS[0] = 'guest_bedroom':
 	act 'Relax on your bed': gt 'bed', 'start'
 
 	act 'Wait':gs 'obj_din', 'wait'
-	gs 'prostitution_functions', 'prostitute_outfit_at_home'	
+	gs 'prostitution_functions', 'prostitute_outfit_at_home'
+	gs 'wardrobe', 'default_clothing_options'
 	!!if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
 end