Browse Source

[fixed] missing deodorant wipe in anushapt & [updated] deodorant use with pregnancyVisibility func() calls

Sicaa 4 năm trước cách đây
mục cha
commit
8fbdf8640b

+ 1 - 0
locations/anushapt.qsrc

@@ -390,6 +390,7 @@ if $ARGS[0] = 'bathroom':
 			end
 			act 'Get out of the shower': gt 'anushapt','bathroom'
 		end
+		if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the shower.'
 		killvar 'temp'
 	end
 	dynamic $bath

+ 1 - 1
locations/din_van.qsrc

@@ -681,7 +681,7 @@ $basin = {
 			minut += 1
 			deodorant -= 1
 			gs 'sweat', 'deo'
-			iif(pregchem => 2191, '<center><img <<$set_imgh>> src="images/shared/home/bathroom/deodorant_preg.jpg"></center>', '<center><img <<$set_imgh>> src="images/shared/home/bathroom/deodorant.jpg"></center>')
+			iif(func('body_din','pregnancyVisibility') = 1, '<center><img <<$set_imgh>> src="images/shared/home/bathroom/deodorant_preg.jpg"></center>', '<center><img <<$set_imgh>> src="images/shared/home/bathroom/deodorant.jpg"></center>')
 			'You apply deodorant to your armpits. It will keep you feeling fresh and clean for longer.'
 			act 'Continue': menu_off = 0 & gt $loc, $metka
 		end

+ 1 - 1
locations/fit.qsrc

@@ -210,7 +210,7 @@ if $ARGS[0] = 'dressing room':
 			minut += 1
 			deodorant -= 1
 			gs 'sweat', 'deo'
-			iif(pregchem => 2191, '<center><img <<$set_imgh>> src="images/shared/home/bathroom/deodorant_preg.jpg"></center>', '<center><img <<$set_imgh>> src="images/shared/home/bathroom/deodorant.jpg"></center>')
+			iif(func('body_din','pregnancyVisibility') = 1, '<center><img <<$set_imgh>> src="images/shared/home/bathroom/deodorant_preg.jpg"></center>', '<center><img <<$set_imgh>> src="images/shared/home/bathroom/deodorant.jpg"></center>')
 			'You apply deodorant to your armpits. It will keep you feeling fresh and clean for longer.'
 			act 'Continue': menu_off = 0 & gt $loc, $metka
 		end

+ 1 - 1
locations/gdksport.qsrc

@@ -132,7 +132,7 @@ if $ARGS[0] = 'start':
 			minut += 1
 			deodorant -= 1
 			gs 'sweat', 'deo'
-			iif(pregchem => 2191, '<center><img <<$set_imgh>> src="images/shared/home/bathroom/deodorant_preg.jpg"></center>', '<center><img <<$set_imgh>> src="images/shared/home/bathroom/deodorant.jpg"></center>')
+			iif(func('body_din','pregnancyVisibility') = 1, '<center><img <<$set_imgh>> src="images/shared/home/bathroom/deodorant_preg.jpg"></center>', '<center><img <<$set_imgh>> src="images/shared/home/bathroom/deodorant.jpg"></center>')
 			'You apply deodorant to your armpits. It will keep you feeling fresh and clean for longer.'
 			act 'Continue': menu_off = 0 & gt $loc, $metka
 		end

+ 1 - 1
locations/gschool_lessons4.qsrc

@@ -1879,7 +1879,7 @@ if $ARGS[0] = 'post_dress':
 			minut += 1
 			deodorant -= 1
 			gs 'sweat', 'deo'
-			iif(pregchem => 2191, '<center><img <<$set_imgh>> src="images/shared/home/bathroom/deodorant_preg.jpg"></center>', '<center><img <<$set_imgh>> src="images/shared/home/bathroom/deodorant.jpg"></center>')
+			iif(func('body_din','pregnancyVisibility') = 1, '<center><img <<$set_imgh>> src="images/shared/home/bathroom/deodorant_preg.jpg"></center>', '<center><img <<$set_imgh>> src="images/shared/home/bathroom/deodorant.jpg"></center>')
 			'You apply deodorant to your armpits. It will keep you feeling fresh and clean for longer.'
 			act 'Continue': menu_off = 0 & gt $loc, $metka
 		end