Browse Source

[added] option to apply deodorant in city gym and community sport area

Sicaa 4 years ago
parent
commit
35173ea5b5
2 changed files with 29 additions and 1 deletions
  1. 14 0
      locations/fit.qsrc
  2. 15 1
      locations/gdksport.qsrc

+ 14 - 0
locations/fit.qsrc

@@ -197,6 +197,20 @@ if $ARGS[0] = 'dressing room':
 			end
 		end
 	end
+	
+	if deodorant > 0 and deodorant_on = 0:
+		'Your deodorant will last you for <b><<deodorant>></b> more '+iif(deodorant = 1, 'application.', 'applications.')
+		act 'Apply deodorant (0:01)':
+			*clr & cla
+			menu_off = 1
+			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>')
+			'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
+	end
 end
 
 if $ARGS[0] = 'fitgirl':

+ 15 - 1
locations/gdksport.qsrc

@@ -118,6 +118,20 @@ if $ARGS[0] = 'start':
 		*nl
 		'You are too tired to do any exercise. You need to rest and replenish your stamina.'
 	end
+	
+	if deodorant > 0 and deodorant_on = 0:
+		'Your deodorant will last you for <b><<deodorant>></b> more '+iif(deodorant = 1, 'application.', 'applications.')
+		act 'Apply deodorant (0:01)':
+			*clr & cla
+			menu_off = 1
+			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>')
+			'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
+	end
 end
 
 if $ARGS[0] = 'racing1':
@@ -732,7 +746,7 @@ if $ARGS[0] = 'vball4':
 				gs 'willpower', 'pay', 'self'
 				gs 'stat'
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/gym/volley/event/game'+rand(1,2)+'.jpg"></center>'
-				'It seems the coach noticed you wasn''t wearing any panties, his eyes lit up and he said turning away: "<<$pcs_lastname>>. Come see me after training. I need to show you UH ... a few things" '
+				'It seems the coach noticed you weren''t wearing any panties, his eyes lit up and he said turning away: "<<$pcs_lastname>>. Come see me after training. I need to show you UH ... a few things" '
 				act 'Leave':gs'stat'& gt 'gdksport', 'start'
 				act 'Go to the coach''s office':gt 'Voltrenersex', 'start'
 			end