Browse Source

adding deodorant

Sicaa 5 years ago
parent
commit
3375376b04
1 changed files with 3 additions and 3 deletions
  1. 3 3
      locations/bass.qsrc

+ 3 - 3
locations/bass.qsrc

@@ -56,7 +56,7 @@ if $ARGS[0] = 'a':
 				'"Hi! I''m <<$pcs_nickname>>."'
 				'"How about we take a swim together, <<$pcs_nickname>>?"'
 				'Before you''re able to answer, Kisame grabs you by the waist and takes a powerful leap into the middle of the pool.'
-
+				if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the water.'
 				act 'Next':gt 'kisameQW', 'start'
 			end
 
@@ -66,7 +66,7 @@ if $ARGS[0] = 'a':
 				'"That''s not nice!" he replies.'
 				'Before you''re able to blink, he grabs you by the waist and throws you into the middle of the pool.'
 				'As you surface, you notice Kisame rapidly approaching you...'
-
+				if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the water.'
 				act 'Next':gt 'kisameQW', 'start'
 			end
 		end
@@ -149,7 +149,7 @@ if $ARGS[0] = 'a':
 			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/pool/poolswimpreg.jpg"></center>'
 		end
 		'You take a swim in the pool, which invigorates you, making you feel refreshed.'
-
+		if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the water.'
 		act 'Get out of the water':gt 'bass', 'start'
 	end