Browse Source

Merge branch 'master' of https://git.catrenelle.com/3xpurt/glife

julzor 6 years ago
parent
commit
1a94ac6b7b
1 changed files with 4 additions and 6 deletions
  1. 4 6
      locations/gdksport

+ 4 - 6
locations/gdksport

@@ -74,12 +74,10 @@ if $ARGS[0] = 'start':
 		end
 	end
 
-	act 'Change clothes in the locker room':gt 'clothing_QV', 'gym'
-
-	act 'Change your shoes':gt 'shoes', 'gym'
-
-	if $clothingworntype ! $regularwornclothingtype or $regularwornclothingtype ! '': gs 'clothing_QV', 'gym2'
-	if $shoeworntype ! $regularwornshoetype or $regularwornshoetype ! '': gs 'clothing_QV', 'gym2'
+	act 'Change outfit in the locker room':
+		cla
+		gt 'wardrobe', 'start'
+	end
 
 	if albinaQWdance > 0 or gsAboDance > 0 or gsAboBeg > 0 or gsAboVolley > 0:
 		if $clothingworntype ! 'exercise':'You are not dressed in sports clothes.'