Procházet zdrojové kódy

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

KevinSmarts před 6 roky
rodič
revize
66ad3bc923
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  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':