Browse Source

adding deodorant

Sicaa 5 years ago
parent
commit
227790bc26
1 changed files with 4 additions and 4 deletions
  1. 4 4
      locations/gadforestswamp.qsrc

+ 4 - 4
locations/gadforestswamp.qsrc

@@ -37,7 +37,7 @@ if $ARGS[0] = '1':
 		menu_off = 1
 		minut += 10
 		swamprand = pcs_stren + pcs_agil
-		pcs_sweat += 15
+		gs 'sweat', 'add', 15
 		gs 'stat'
 
 		if ($clothingworntype ! 'nude' and $clothingworntype ! 'swimwear') and CloSkirtShortness = 0:'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/goswamp.jpg"></center>'
@@ -91,7 +91,7 @@ if $ARGS[0] = '2':
 		*clr & cla
 		menu_off = 1
 		minut += 10
-		if pcs_sweat < 10: pcs_sweat += 10
+		if pcs_sweat < 10: gs 'sweat', 'add', 10
 		if week = 6 or week = 7:temp_gads = RAND(1,3)
 		if week < 6:temp_gads = RAND(1,5)
 		gs 'stat'
@@ -132,7 +132,7 @@ if $ARGS[0] = '2':
 		swamprand = pcs_stren + pcs_agil
 		stren_exp += rand(0,1)
 		agil_exp += rand(0,1)
-		pcs_sweat += 30
+		gs 'sweat', 'add', 30
 		temp_gads = RAND(1,100)
 		gs 'stat'
 
@@ -157,7 +157,7 @@ if $ARGS[0] = '2':
 		swamprand = pcs_stren + pcs_agil
 		stren_exp += rand(0,1)
 		agil_exp += rand(0,1)
-		pcs_sweat += 30
+		gs 'sweat', 'add', 30
 		temp_gads = RAND(1,100)
 		gs 'stat'