diff --git a/src/announcement-data/systems/stations/KeTechPhil.ts b/src/announcement-data/systems/stations/KeTechPhil.ts index 8c6fd128d..ff46bb0bb 100644 --- a/src/announcement-data/systems/stations/KeTechPhil.ts +++ b/src/announcement-data/systems/stations/KeTechPhil.ts @@ -63,7 +63,7 @@ export default class KeTechPhil extends StationAnnouncementSystem { crsCode: 'HRH', splitType: 'splits' as const, splitForm: 'rear.4', - splitCallingPoints: ['CHH', 'PUL', 'AMY', 'ARU', 'FOD', 'BAA', 'BOG'].map(crsToStationItemMapper), + splitCallingPoints: ['CHH', 'BIG', 'PUL', 'AMY', 'ARU', 'FOD', 'BAA', 'BOG'].map(crsToStationItemMapper), }, 'BAA', 'CCH', @@ -950,6 +950,7 @@ export default class KeTechPhil extends StationAnnouncementSystem { 'BIC', 'BID', 'BIF', + 'BIG', 'BIK', 'BIL', 'BIN', diff --git a/static/audio/station/ketech/phil/station/e/BIL-2.mp3 b/static/audio/station/ketech/phil/station/e/BIG.mp3 similarity index 100% rename from static/audio/station/ketech/phil/station/e/BIL-2.mp3 rename to static/audio/station/ketech/phil/station/e/BIG.mp3 diff --git a/static/audio/station/ketech/phil/station/m/BIL-2.mp3 b/static/audio/station/ketech/phil/station/m/BIG.mp3 similarity index 100% rename from static/audio/station/ketech/phil/station/m/BIL-2.mp3 rename to static/audio/station/ketech/phil/station/m/BIG.mp3