浏览代码

[fixed] totals for Scandalicious outfits and dresses were wrong way around

Kevin_Smarts 9 月之前
父节点
当前提交
740d33edfa
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      locations/clothing.qsrc

+ 2 - 2
locations/clothing.qsrc

@@ -48,9 +48,9 @@ if $ARGS[0] = 'totals':
 	elseif $ARGS[1] = 'cats_outfits':
 		total = 200
 	elseif $ARGS[1] = 'scandalicious_dress':
-		total = 30
-	elseif $ARGS[1] = 'scandalicious_outfits':
 		total = 150
+	elseif $ARGS[1] = 'scandalicious_outfits':
+		total = 30
 	elseif $ARGS[1] = 'bomba_dresses':
 		total = 100
 	elseif $ARGS[1] = 'bomba_outfits':