Browse Source

[fixes] clothing had a setting missing so you could see owned clothing list

KevinSmarts 6 years ago
parent
commit
66ad3bc923
1 changed files with 3 additions and 3 deletions
  1. 3 3
      locations/clothing.qsrc

+ 3 - 3
locations/clothing.qsrc

@@ -200,10 +200,10 @@ if $ARGS[0] = 'view_clothing_list':
 
 		if $ARGS[1] = 'store':
 			cloc = 1
-		end
-
-		if $ARGS[1] = 'unwanted':
+		elseif $ARGS[1] = 'unwanted':
 			cloc = 2
+		else
+			cloc = 0
 		end
 
 		if $ARGS[2] = 'gm':