Browse Source

adding deodorant

Sicaa 5 years ago
parent
commit
c85a743122
1 changed files with 6 additions and 6 deletions
  1. 6 6
      locations/gadfield.qsrc

+ 6 - 6
locations/gadfield.qsrc

@@ -63,7 +63,7 @@ if $ARGS[0] = 'field':
 				stren_exp += 1
 				agil_exp += 1
 				vital_exp += 1
-				pcs_sweat += 20
+				gs 'sweat', 'add', 20
 				'<center><img <<$set_imgh>> src="images/locations/gadukino/village/haying_time.jpg"></center>'
 				'Almost all of the villagers have shown up to help out with the fresh cut hay. You decide to join them.'
 			end
@@ -189,7 +189,7 @@ if $ARGS[0] = 'cow':
 					minut += 60
 					fat -= 5
 					run_exp += 1
-					pcs_sweat += 10
+					gs 'sweat', 'add', 10
 					pcs_mood += 5
 					if temper >= 25 and sunWeather = 1:pcs_hydra -= 24
 					gs 'stat'
@@ -206,7 +206,7 @@ if $ARGS[0] = 'cow':
 					minut += 60
 					pcs_mood += 10
 					pcs_tan += 1
-					pcs_sweat += 10
+					gs 'sweat', 'add', 10
 					gs 'stat'
 
 					act 'Continue':gt'gadfield','cow'
@@ -366,7 +366,7 @@ if $ARGS[0] = 'cow2':
 					'<center><img <<$set_imgh>> src="images/locations/gadukino/village/graze_cow_sun.jpg"></center>'
 					'You lie down to sunbathe, while grandpa looks after the herd.'
 					minut += 30
-					pcs_sweat += 10
+					gs 'sweat', 'add', 10
 					pcs_mood += 5
 					pcs_tan += 1
 					gs 'stat'
@@ -460,7 +460,7 @@ if $ARGS[0] = 'cow3':
 					minut += 60
 					fat -= 5
 					run_exp += 1
-					pcs_sweat += 10
+					gs 'sweat', 'add', 10
 					pcs_mood += 5
 					if temper >= 25 and sunWeather = 1:pcs_hydra -= 24
 					gs 'stat'
@@ -489,7 +489,7 @@ if $ARGS[0] = 'cow3':
 					minut += 60
 					pcs_mood += 10
 					pcs_tan += 1
-					pcs_sweat += 10
+					gs 'sweat', 'add', 10
 					gs 'stat'
 
 					act 'Continue':gt'gadfield','cow3'