Skip to content

Commit

Permalink
feat: update presets
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Apr 8, 2024
1 parent 00b0875 commit 61659bb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/announcement-data/systems/stations/AmeyPhil.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ export default class AmeyPhil extends StationAnnouncementSystem {
coaches: '8 coaches',
mindTheGap: true,
thisStationCode: 'LIT',
firstClassLocation: 'none',
},
},
{
Expand Down Expand Up @@ -222,6 +223,7 @@ export default class AmeyPhil extends StationAnnouncementSystem {
coaches: '8 coaches',
mindTheGap: false,
thisStationCode: 'VIC',
firstClassLocation: 'none',
},
},
{
Expand All @@ -242,6 +244,7 @@ export default class AmeyPhil extends StationAnnouncementSystem {
coaches: '8 coaches',
mindTheGap: false,
thisStationCode: 'BTN',
firstClassLocation: 'none',
},
},
{
Expand Down Expand Up @@ -279,6 +282,7 @@ export default class AmeyPhil extends StationAnnouncementSystem {
].map(stationItemCompleter),
coaches: '11 coaches',
mindTheGap: false,
firstClassLocation: 'rear',
},
},
{
Expand All @@ -299,6 +303,7 @@ export default class AmeyPhil extends StationAnnouncementSystem {
coaches: '9 coaches',
mindTheGap: false,
thisStationCode: 'MAN',
firstClassLocation: 'front',
},
},
{
Expand Down Expand Up @@ -359,6 +364,7 @@ export default class AmeyPhil extends StationAnnouncementSystem {
coaches: '5 coaches',
mindTheGap: false,
thisStationCode: 'ABD',
firstClassLocation: 'front',
},
},
{
Expand All @@ -382,6 +388,7 @@ export default class AmeyPhil extends StationAnnouncementSystem {
coaches: '5 coaches',
mindTheGap: false,
thisStationCode: 'MAN',
firstClassLocation: 'front',
},
},
{
Expand All @@ -402,6 +409,7 @@ export default class AmeyPhil extends StationAnnouncementSystem {
coaches: '5 coaches',
mindTheGap: false,
thisStationCode: 'MYB',
firstClassLocation: 'none',
},
},
{
Expand Down Expand Up @@ -436,6 +444,7 @@ export default class AmeyPhil extends StationAnnouncementSystem {
].map(stationItemCompleter),
coaches: '3 coaches',
mindTheGap: false,
firstClassLocation: 'none',
},
},
{
Expand All @@ -456,6 +465,7 @@ export default class AmeyPhil extends StationAnnouncementSystem {
callingAt: ['BDS', 'TCR', 'ZFD', 'LST', 'ZLW', 'CWX', 'CUS', 'WWC'].map(crsToStationItemMapper),
coaches: '9 coaches',
mindTheGap: false,
firstClassLocation: 'none',
},
},
],
Expand Down

0 comments on commit 61659bb

Please sign in to comment.