Explorar el Código

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

Kevin_Smarts hace 9 meses
padre
commit
740d33edfa
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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':