Browse Source

Wrong link

KevinSmarts 6 years ago
parent
commit
d7fee9a75b
2 changed files with 5 additions and 5 deletions
  1. 3 3
      locations/clothing_QV
  2. 2 2
      locations/shoes

+ 3 - 3
locations/clothing_QV

@@ -266,7 +266,7 @@ if $ARGS[0] = 'gym2':
 		clothingwornnumber = regularwornclothingnumber
 		killvar '$regularwornclothingtype'
 		killvar 'regularwornclothingnumber'
-		gt 'clothing_QV', 'gym2'
+		gt 'clothing_QV', 'gym'
 	end
 end
 
@@ -297,7 +297,7 @@ if $ARGS[0] = 'strip':
 		if $regularwornclothingtype = '':
 			gt 'clothing_QV', 'list'
 		else
-			gt 'clothing_QV', 'gym2'
+			gt 'clothing_QV', 'gym'
 		end
 	end
 	
@@ -357,7 +357,7 @@ if $ARGS[0] = 'change':
 			if $regularwornclothingtype = '':
 				gt 'wardrobe'
 			else
-				gt 'clothing_QV', 'gym2'
+				gt 'clothing_QV', 'gym'
 			end
 		end
 	end

+ 2 - 2
locations/shoes

@@ -168,7 +168,7 @@ if $ARGS[0] = 'gym2':
 		shoewornnumber = regularwornshoenumber
 		killvar '$regularwornshoetype'
 		killvar 'regularwornshoenumber'
-		gt 'shoes', 'gym2'
+		gt 'shoes', 'gym'
 	end
 end
 
@@ -224,7 +224,7 @@ if $ARGS[0] = 'view_shoe_item':
 			if $regularwornshoetype = '':
 				gt 'wardrobe'
 			else
-				gt 'shoes', 'gym2'
+				gt 'shoes', 'gym'
 			end
 		end
 	end