소스 검색

Fixed a few text errors and typos.

Netuttki 3 년 전
부모
커밋
2ddd6a1b60
1개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  1. 8 8
      locations/city_musicstore_stock.qsrc

+ 8 - 8
locations/city_musicstore_stock.qsrc

@@ -14,7 +14,7 @@ if $ARGS[0]='electric':
             <center><a href="exec:gs ''city_musicstore_stock'', ''amplifier'', ''store'', ''<<$store>>''">Amplifiers</a></center>
         </TH>
         <TH>
-            <center><a href="exec:gs ''city_musicstore_stock'', ''studio'', ''store'', ''<<$store>>''"Studio Equipmet</a></center>
+            <center><a href="exec:gs ''city_musicstore_stock'', ''studio'', ''store'', ''<<$store>>''">Studio Equipment</a></center>
         </TH>
     </table></center>'
     '<center><font size="+4" color="red"><b>Warning: Right now, these guitars have no effect on gameplay!</b></font></center>'
@@ -181,7 +181,7 @@ if $ARGS[0]='acoustic':
             <center><a href="exec:gs ''city_musicstore_stock'', ''amplifier'', ''store'', ''<<$store>>''">Amplifiers</a></center>
         </TH>
         <TH>
-            <center><a href="exec:gs ''city_musicstore_stock'', ''studio'', ''store'', ''<<$store>>''"Studio Equipmet</a></center>
+            <center><a href="exec:gs ''city_musicstore_stock'', ''studio'', ''store'', ''<<$store>>''">Studio Equipment</a></center>
         </TH>
     </table></center>'
     '<center><font size="+4" color="red"><b>Warning: Right now, these guitars have no effect on gameplay!</b></font></center>'
@@ -307,7 +307,7 @@ if $ARGS[0]='amplifier':
             <center><a href="exec:gs ''city_musicstore_stock'', ''amplifier'', ''store'', ''<<$store>>''">Amplifiers</a></center>
         </TH>
         <TH>
-            <center><a href="exec:gs ''city_musicstore_stock'', ''studio'', ''store'', ''<<$store>>''"Studio Equipmet</a></center>
+            <center><a href="exec:gs ''city_musicstore_stock'', ''studio'', ''store'', ''<<$store>>''">Studio Equipment</a></center>
         </TH>
     </table></center>'
     '<center><font size="+4" color="red"><b>Warning: Right now, these amplifiers have no effect on gameplay!</b></font></center>'
@@ -341,7 +341,7 @@ if $ARGS[0]='amplifier':
     end   
 
     if karta >= 99990 and ml_amplifiers['orange-rocker-32'] = 0:
-        act 'Buy Kustom KG112FX with card (99,990 P)':
+        act 'Buy Orange Rocker 32 with card (99,990 P)':
             ml_amplifiers['orange-rocker-32'] = 1
             karta -= 99990
             ml_boughtamp += 1
@@ -351,7 +351,7 @@ if $ARGS[0]='amplifier':
     end
 
     if money >= 99990 and ml_amplifiers['orange-rocker-32'] = 0:
-        act 'Buy Kustom KG112FX with cash (99,990 P)':
+        act 'Buy Orange Rocker 32 with cash (99,990 P)':
             ml_amplifiers['orange-rocker-32'] = 1
             money -= 99990
             ml_boughtamp += 1
@@ -361,7 +361,7 @@ if $ARGS[0]='amplifier':
     end    
 
     if karta >= 145900 and ml_amplifiers['blackstar-artisan-15'] = 0:
-        act 'Buy Kustom KG112FX with card (145.900 P)':
+        act 'Buy Blackstar Artisan 15 with card (145.900 P)':
             ml_amplifiers['blackstar-artisan-15'] = 1
             karta -= 145900
             ml_boughtamp += 1
@@ -371,7 +371,7 @@ if $ARGS[0]='amplifier':
     end
 
         if money >= 145900 and ml_amplifiers['blackstar-artisan-15'] = 0:
-        act 'Buy Kustom KG112FX with cash (145.900 P)':
+        act 'Buy Blackstar Artisan 15 with cash (145.900 P)':
             ml_amplifiers['blackstar-artisan-15'] = 1
             money -= 145900
             ml_boughtamp += 1
@@ -395,7 +395,7 @@ if $ARGS[0]='studio':
             <center><a href="exec:gs ''city_musicstore_stock'', ''amplifier'', ''store'', ''<<$store>>''">Amplifiers</a></center>
         </TH>
         <TH>
-            <center><a href="exec:gs ''city_musicstore_stock'', ''studio'', ''store'', ''<<$store>>''">Studio Equipmet</a></center>
+            <center><a href="exec:gs ''city_musicstore_stock'', ''studio'', ''store'', ''<<$store>>''">Studio Equipment</a></center>
         </TH>
     </table></center>'