mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 23:11:13 -05:00
Refactor: Restrict coaster materials to steel and wood
This commit is contained in:
@@ -99,21 +99,13 @@ const intensityLevels = [
|
||||
];
|
||||
|
||||
const TRACK_MATERIALS = [
|
||||
{ value: 'wood', label: 'Wood' },
|
||||
{ value: 'steel', label: 'Steel' },
|
||||
{ value: 'hybrid', label: 'Hybrid' },
|
||||
{ value: 'aluminum', label: 'Aluminum' },
|
||||
{ value: 'composite', label: 'Composite' },
|
||||
{ value: 'other', label: 'Other' },
|
||||
{ value: 'wood', label: 'Wood' },
|
||||
];
|
||||
|
||||
const SUPPORT_MATERIALS = [
|
||||
{ value: 'steel', label: 'Steel' },
|
||||
{ value: 'wood', label: 'Wood' },
|
||||
{ value: 'concrete', label: 'Concrete' },
|
||||
{ value: 'aluminum', label: 'Aluminum' },
|
||||
{ value: 'composite', label: 'Composite' },
|
||||
{ value: 'other', label: 'Other' },
|
||||
];
|
||||
|
||||
const PROPULSION_METHODS = [
|
||||
|
||||
Reference in New Issue
Block a user