1
0
Pārlūkot izejas kodu

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

Kevin_Smarts 9 mēneši atpakaļ
vecāks
revīzija
740d33edfa
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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':