Browse Source

[added] drinks and pills to hotel rooms.
[fixed] strap-on name.

3xpurt 6 years ago
parent
commit
b45469ab4e
2 changed files with 16 additions and 1 deletions
  1. 15 0
      locations/HotelRoom
  2. 1 1
      locations/sistersleep

+ 15 - 0
locations/HotelRoom

@@ -35,6 +35,10 @@ gs 'stat'
 	if money >= 100:
 		act'Order room service (0:30) (100 <b>₽</b>)':gs 'food', 'h_food'
 	end
+	act 'Drink some water (0:05)': gs 'beverage', 'bev_wat'
+	dynamic $fatdel
+	dynamic $lekarstvo
+	dynamic $vitamin
 end
 
 
@@ -74,6 +78,11 @@ gs 'stat'
 	if money >= 100:
 		act'Order room service (0:30) (100 <b>₽</b>)':gs 'food', 'h_food'
 	end
+	act 'Drink some water (0:05)': gs 'beverage', 'bev_wat'
+	act 'Have a coffee (0:05)': gs 'beverage', 'bev_cof'
+	dynamic $fatdel
+	dynamic $lekarstvo
+	dynamic $vitamin
 end
 
 if $ARGS[0] = 'best':
@@ -111,6 +120,12 @@ gs 'stat'
 	if money >= 100:
 		act'Order room service (0:30) (100 <b>₽</b>)':gs 'food', 'h_food'
 	end
+	act 'Drink some water (0:05)': gs 'beverage', 'bev_wat'
+	act 'Have a coffee (0:05)': gs 'beverage', 'bev_cof'
+	act 'Make some tea (0:05)': gs 'beverage', 'bev_tea'
+	dynamic $fatdel
+	dynamic $lekarstvo
+	dynamic $vitamin
 end
 
 if $args[0] = 'shower1':

+ 1 - 1
locations/sistersleep

@@ -185,7 +185,7 @@ if $loc = 'bedrPar':
 				'You spasm and have an intense orgasm with the dildo in your ass and as you recover, Anya moves from under you to stand in front of you, the strap-on held to your lips.'
 				gs 'arousal', 'anal_strap', 5, 'incest'
 				
-				act 'Suck Strap':
+				act 'Suck Strap-on':
 					cls
 					pcs_throat += 1
 					sisterLesbScene += 1