diff --git a/src/announcement-data/systems/stations/KeTechPhil.tsx b/src/announcement-data/systems/stations/KeTechPhil.tsx index 5c48ce9fa..2915d1e27 100644 --- a/src/announcement-data/systems/stations/KeTechPhil.tsx +++ b/src/announcement-data/systems/stations/KeTechPhil.tsx @@ -950,7 +950,7 @@ export default class KeTechPhil extends StationAnnouncementSystem { const platFiles: AudioItem[] = [] - if (plat <= 12) { + if (plat <= 12 || ['a', 'b'].includes(options.platform.toLowerCase())) { platFiles.push({ id: `s.platform ${options.platform} for the`, opts: { delayStart: 250 } }) if (options.isDelayed) platFiles.push('m.delayed') } else {