1
0
Selaa lähdekoodia

[changed] Butt training gains merged into exercise gosub to make it cleaner, thanks bg!

Kevin_Smarts 1 vuosi sitten
vanhempi
säilyke
c752fd0e75
2 muutettua tiedostoa jossa 2 lisäystä ja 4 poistoa
  1. 1 2
      locations/exercise.qsrc
  2. 1 2
      locations/fit.qsrc

+ 1 - 2
locations/exercise.qsrc

@@ -358,8 +358,7 @@ end
 if $ARGS[0] = 'butt':
 	cla
 	*clr
-	gs 'exercise', 'tier2', (15*timemult), 'stren'
-	gs 'exp_gain', 'butt_tr', (1*timemult)
+	gs 'exercise', 'tier2', (15*timemult), 'stren', 'butt_tr'
 	timemult = 0
 
 	if $clothingworntype ! 'nude':

+ 1 - 2
locations/fit.qsrc

@@ -385,8 +385,7 @@ if $ARGS[0] = 'gym':
 			cla
 			*clr
 			abonement -= 1
-			gs 'exercise', 'tier2', 30, 'stren'
-			gs 'exp_gain', 'butt_tr' 2
+			gs 'exercise', 'tier2', 30, 'stren', 'butt_tr'
 			if pcs_inhib < 30:inhib_exp += rand(1,2)
 			'<center><img <<$set_imgh>> src="images/pc/activities/excercises/butt_gym.jpg"></center>'
 			'You do various squats to tone your thighs and glutes, it also helps with building strength.'