generated from bdekok/openrct2-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added more names, also added ugly settimeout as there seems to be a r…
…ace condition sometimes
- Loading branch information
Showing
7 changed files
with
61 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,16 @@ | ||
// Mack Bobsleds | ||
// Mack & Intamin Bobsleds | ||
export default [ | ||
'Alpine Bobsled', | ||
'Avalanche', | ||
'Bob', | ||
'Bobbahn', | ||
'Disaster Transport', | ||
'La Vibora', | ||
'Munich Autobahn', | ||
'Reptilian', | ||
'Rolling Thunder', | ||
'Sarajevo Bobsled', | ||
'Schweizer Bobbahn', | ||
"Screamin' Delta Demon", | ||
'Trace Du Hourra', | ||
] as const; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
// RMC Hybrids | ||
export default [ | ||
'ArieForce One', | ||
'Goliath', | ||
'Hakugei', | ||
'Iron Gwazi', | ||
'Iron Rattler', | ||
'Joker', | ||
'Lightning Rod', | ||
'Medusa Steel Coaster', | ||
'New Texas Giant', | ||
'Outlaw Run', | ||
'Steel Vengeance', | ||
'Storm Chaser', | ||
'Twisted Colossus', | ||
'Twisted Cyclone', | ||
'Twisted Timbers', | ||
'Untamed', | ||
'Wicked Cyclone', | ||
"Wildcat's Revenge", | ||
'Wildfire', | ||
'Zadra', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,14 @@ | ||
export default ['Big One', 'Desperado', 'Magnum XL-200', 'Titan MAX']; | ||
// Arrow Hyper & Morgan Hyper | ||
export default [ | ||
'Big One', | ||
'Desperado', | ||
'Magnum XL-200', | ||
'Mamba', | ||
'Phantom’s Revenge', | ||
'Steel Eel', | ||
'Steel Force', | ||
'Steel Dragon 2000', | ||
'Superman el Último Escape', | ||
'Titan MAX', | ||
'Wild Thing', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
export default [ | ||
'Jersey Devil Coaster', | ||
'RailBlazer', | ||
'Stunt Pilot', | ||
'Wonder Woman Flight of Courage', | ||
'Wonder Woman Golden Lasso Coaster', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters