Browse Source

adding deodorant

Sicaa 5 years ago
parent
commit
ecd69429c3
1 changed files with 3 additions and 0 deletions
  1. 3 0
      locations/dimaHome.qsrc

+ 3 - 0
locations/dimaHome.qsrc

@@ -187,6 +187,7 @@ if $ARGS[0] = 'bathroom2':
 		'<center><h4><font color="maroon">Upstairs bathroom</font></h4></center>'
 		'<center><video autoplay loop src="images/characters/pavlovsk/school/boy/igor/mitsa.mp4"></center>'
 		'You decide to take advantage of the luxury shower. As the warm water flows over your entire body from the massive shower head, you feel your whole body relax in the comforting stream.'
+		if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the shower.'
 
 		act 'Get out and dry off': gt 'dimaHome','bathroom2'
 	end
@@ -206,6 +207,7 @@ if $ARGS[0] = 'bathroom2':
 		'<center><img src="images/shared/home/bathroom/wash4.jpg"></center>'
 		'You smile to yourself as you draw a bath in the impressive tub. You relish the feeling as you slowly glide into steamy water and relax.'
 		'Then you begin to lather your body, gently gliding your soft hands over your smooth curves, and wash yourself thoroughly.'
+		if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the bath.'
 
 		act '"Wash" your pussy':
 			cla
@@ -313,6 +315,7 @@ if $ARGS[0] = 'dimkaparents':
 			'<center><h4><font color="maroon">Bathroom</font></h4></center>'
 			'<video autoplay loop src="images/characters/pavlovsk/school/boy/igor/mitsa.mp4"></video>'
 			'You take a quick shower.'
+			if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the shower.'
 			act 'Get out of the shower':
 				'You get out of the shower and dry off.'
 				act 'Get dressed': gt 'dimaHome','Go into master bath'