ソースを参照

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

KevinSmarts 6 年 前
コミット
66ad3bc923
1 ファイル変更3 行追加3 行削除
  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':