Quellcode durchsuchen

adding deodorant

Sicaa vor 5 Jahren
Ursprung
Commit
b26734872f
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 4 0
      locations/KatjaHomeTalk.qsrc

+ 4 - 0
locations/KatjaHomeTalk.qsrc

@@ -34,6 +34,7 @@ if $ARGS[0] = '':
 					'<center><video autoplay loop src="images/shared/home/bathroom/dush.mp4"></video></center>'
 					'You kick Katja out of the bathroom and close the door. You get into the shower and begin to lather your body with a cloth.'
 					'After washing off the soap you wash your hair with shampoo. Then, rinse off the shampoo you are completely clean.'
+					if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the shower.'
 
 					act 'Get out of the shower':gt 'KatjaHomeTalk'
 				end
@@ -74,6 +75,7 @@ if $ARGS[0] = '':
 
 									act 'Get out of the shower':gt 'KatjaHomeTalk'
 								end
+								if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the shower.'
 							end
 						elseif pcs_pubes > 3:
 							'Katja eyes slide over your body lingering a little on your breasts and pubic hair. Katja smiles, "<<$pcs_nickname>>, you''ve got too much hair, it''s not fashionable. I''ll shave it off."'
@@ -97,6 +99,7 @@ if $ARGS[0] = '':
 
 									act 'Get out of the shower':gt 'KatjaHomeTalk'
 								end
+								if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the shower.'
 							end
 						end
 					end
@@ -114,6 +117,7 @@ if $ARGS[0] = '':
 				'<center><video autoplay loop src="images/shared/home/bathroom/dush.mp4"></video></center>'
 				'Katja shows you where the toiletries are and leaves you to have a shower. You get into the shower and begin to lather your body with a cloth.'
 				'After washing off the soap you wash your hair with shampoo. Then, rinse off the shampoo you are completely clean.'
+				if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the shower.'
 
 				act 'Get out of the shower':gt 'KatjaHomeTalk'
 			end