瀏覽代碼

adding deodorant

Sicaa 5 年之前
父節點
當前提交
e0c6d9e4b3
共有 1 個文件被更改,包括 2 次插入2 次删除
  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