diff --git a/Resources/Locale/en-US/alert-levels/alert-levels.ftl b/Resources/Locale/en-US/alert-levels/alert-levels.ftl index 9476a95a209976..a779e61c48da61 100644 --- a/Resources/Locale/en-US/alert-levels/alert-levels.ftl +++ b/Resources/Locale/en-US/alert-levels/alert-levels.ftl @@ -34,3 +34,7 @@ alert-level-delta-instructions = Crewmembers are advised to listen to heads of s alert-level-epsilon = Epsilon alert-level-epsilon-announcement = Central Command has ordered the Epsilon security level on the station. Consider all contracts terminated. alert-level-epsilon-instructions = Consider all contracts terminated. + +alert-level-pink = Pink +alert-level-pink-announcement = Union activity has been confirmed on the station. Security has been authorized to use lethal weapons. Crewmembers are advised to shelter in place and listen to your commanding officer. Failure to adhere will be met with lethal force. +alert-level-pink-instructions = Do not protest. Do not strike. Shelter in place and listen to your department head. diff --git a/Resources/Prototypes/AlertLevels/alert_levels.yml b/Resources/Prototypes/AlertLevels/alert_levels.yml index d08e1d00a7574d..0a4531e7468546 100644 --- a/Resources/Prototypes/AlertLevels/alert_levels.yml +++ b/Resources/Prototypes/AlertLevels/alert_levels.yml @@ -70,3 +70,10 @@ emergencyLightColor: DarkViolet forceEnableEmergencyLights: true shuttleTime: 1200 + pink: + announcement: alert-level-pink-announcement + sound: /Audio/Misc/notice1.ogg + color: Pink + emergencyLightColor: Pink + forceEnableEmergencyLights: true + shuttleTime: 600