1
0
Selaa lähdekoodia

[fixed] Flag for checking if Sveta had switched to sports clothing via new system was not set

Kevin_Smarts 2 vuotta sitten
vanhempi
sitoutus
6b09496069
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      locations/wardrobe.qsrc

+ 2 - 0
locations/wardrobe.qsrc

@@ -869,6 +869,7 @@ if $ARGS[0] = 'default_sport_options':
 	else
 		if default_sport_number[1] = 0:
 			act'Put on your sports clothes':
+				default_sport_number[1] = 1
 				$lastwornclothingtype['sport'] = $clothingworntype
 				lastwornclothingnumber['sport'] = clothingwornnumber
 				lastwornunderwear['sport'] = underwear['type']
@@ -891,6 +892,7 @@ if $ARGS[0] = 'default_sport_options':
 			end
 		else
 			act'Put your regular clothes back on':
+				default_sport_number[1] = 0
 				gs 'clothing', 'wear', $lastwornclothingtype['sport'], lastwornclothingnumber['sport']
 
 				if lastwornunderwear['sport'] = 2: