Browse Source

Whitespace fix.

netuttki 7 months ago
parent
commit
d73e34b77b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/city_musicstore_stock.qsrc

+ 2 - 2
locations/city_musicstore_stock.qsrc

@@ -330,7 +330,7 @@ if $ARGS[0]='amplifier':
         end
     end
 
-     if money >= 10790 and ml_amplifiers['kustom-kg112fx'] = 0:
+    if money >= 10790 and ml_amplifiers['kustom-kg112fx'] = 0:
         act 'Buy Kustom KG112FX with cash (10,790 P)':
             ml_amplifiers['kustom-kg112fx'] = 1
             money -= 10790
@@ -424,4 +424,4 @@ if $ARGS[0]='studio':
         end
     end
 end
---- city_musicstore_stock ---------------------------------
+--- city_musicstore_stock ---------------------------------