Ver Fonte

adding deodorant

Sicaa há 5 anos atrás
pai
commit
e0c6d9e4b3
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      locations/Nudelake.qsrc

+ 2 - 2
locations/Nudelake.qsrc

@@ -186,8 +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.
-	if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the water.''
+	'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