Procházet zdrojové kódy

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

Kevin_Smarts před 9 měsíci
rodič
revize
740d33edfa
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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':