Преглед изворни кода

[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':