diff --git a/src/announcement-data/systems/stations/AmeyPhil.tsx b/src/announcement-data/systems/stations/AmeyPhil.tsx index 4f015ee38..ee291acdc 100644 --- a/src/announcement-data/systems/stations/AmeyPhil.tsx +++ b/src/announcement-data/systems/stations/AmeyPhil.tsx @@ -4124,7 +4124,7 @@ export default class AmeyPhil extends StationAnnouncementSystem { // If last set of short platforms, add 'and' before last item // See: https://github.com/davwheat/rail-announcements/issues/226#issuecomment-2212472715 id: i === order.length - 1 ? 'm.and customers for' : 's.customers for', - opts: { delayStart: 200 }, + opts: { delayStart: i === order.length - 1 ? 0 : 200 }, }, ...this.pluraliseAudio(plats, { prefix: 'station.m.', @@ -4755,7 +4755,6 @@ export default class AmeyPhil extends StationAnnouncementSystem { afterAndDelay: this.callingPointsOptions.aroundAndDelay, }, ), - 'e.today', ) } @@ -4871,7 +4870,6 @@ export default class AmeyPhil extends StationAnnouncementSystem { afterAndDelay: this.callingPointsOptions.aroundAndDelay, }, ), - 'e.today', ) }