Browse Source

adding deodorant

Sicaa 5 years ago
parent
commit
b059cdd9bf
1 changed files with 4 additions and 4 deletions
  1. 4 4
      locations/exercise.qsrc

+ 4 - 4
locations/exercise.qsrc

@@ -497,7 +497,7 @@ if $ARGS[0] = 'tier1':
 	gs 'exercise', 'get_sport_clothes_exercise_bonus'
 	pcs_stam -= (5 * (10 - sport_clothes_exercise_bonus)) / 10
 
-	pcs_sweat += 3
+	gs 'sweat', 'add', 3
 	fat -= 1
 	pcs_mood += 3
 	pcs_willpwr += 3
@@ -534,7 +534,7 @@ if $ARGS[0] = 'tier2':
 	gs 'exercise', 'get_sport_clothes_exercise_bonus'
 	pcs_stam -= (10 * (10 - sport_clothes_exercise_bonus)) / 10
 
-	pcs_sweat += 10
+	gs 'sweat', 'add', 10
 	fat -= 2
 	pcs_mood += 5
 	pcs_willpwr += 5
@@ -570,7 +570,7 @@ if $ARGS[0] = 'tier3':
 	gs 'exercise', 'get_sport_clothes_exercise_bonus'
 	pcs_stam -= (15 * (10 - sport_clothes_exercise_bonus)) / 10
 
-	pcs_sweat += 15
+	gs 'sweat', 'add', 15
 	fat -= 3
 	pcs_mood += 5
 	pcs_willpwr += 5
@@ -606,7 +606,7 @@ if $ARGS[0] = 'tier4':
 	gs 'exercise', 'get_sport_clothes_exercise_bonus'
 	pcs_stam -= (25 * (10 - sport_clothes_exercise_bonus)) / 10
 
-	pcs_sweat += 25
+	gs 'sweat', 'add', 25
 	fat -= 4
 	pcs_mood += 5
 	pcs_willpwr += 5