Browse Source

adding deodorant

Sicaa 5 years ago
parent
commit
9b3780c307
1 changed files with 2 additions and 1 deletions
  1. 2 1
      locations/Nudelake.qsrc

+ 2 - 1
locations/Nudelake.qsrc

@@ -186,7 +186,8 @@ if $ARGS[0] = 'swim':
 	pcs_sweat = 10 + rand(0,4)
 
 	'<center><img <<$set_imgh>> src="images/locations/shared/lake/nudeswim.jpg"></center>'
-	'You go for a swim.'
+	'You go for a swim.
+	if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the water.''
 
 	act 'Finish':gt 'Nudelake'
 end