Browse Source

[removed] Default sports wear quick select as there will be 10 options for it and it wasn't working atm anyway

Kevin_Smarts 2 years ago
parent
commit
42cdd258c3
3 changed files with 0 additions and 5 deletions
  1. 0 2
      locations/fit.qsrc
  2. 0 2
      locations/gdksport.qsrc
  3. 0 1
      locations/gschool_grounds.qsrc

+ 0 - 2
locations/fit.qsrc

@@ -156,8 +156,6 @@ if $ARGS[0] = 'dressing room':
 		act 'Change into swimwear': gt 'changingroom', 'view_swim_list'
 	end
 
-	gs 'wardrobe', 'sports_outfit'
-
 	if abonement > 0:
 		if $clothingworntype = 'danilovich_outfits' and $shoeworntype = 'danilovich' and pcs_stam >= 40:
 			act 'Go to the gym':

+ 0 - 2
locations/gdksport.qsrc

@@ -78,8 +78,6 @@ if $ARGS[0] = 'start':
 		gt 'wardrobe', 'start'
 	end
 
-	gs 'wardrobe', 'sports_outfit'
-
 	if shampoo > 0 or (StoryLine = 1 and (SchoolAtestat = 0 or SchoolBlock = 0)):
 		act 'Take a shower': gt 'gdksport', 'shower'
 	else

+ 0 - 1
locations/gschool_grounds.qsrc

@@ -764,7 +764,6 @@ if $ARGS[0] = 'change_room':
 		exit
 	end
 
-	gs 'wardrobe', 'sports_outfit'
 	act 'Change your outfit':
 		cla
 		gt 'wardrobe', 'start'