diff --git a/code/modules/antagonists/revolutionary/datum_revolutionary.dm b/code/modules/antagonists/revolutionary/datum_revolutionary.dm index 309f2d4d791..822b9548448 100644 --- a/code/modules/antagonists/revolutionary/datum_revolutionary.dm +++ b/code/modules/antagonists/revolutionary/datum_revolutionary.dm @@ -16,6 +16,8 @@ owner.has_been_rev = TRUE ..() + SEND_SOUND(owner.current, sound('sound/ambience/antag/revalert.ogg')) + /datum/antagonist/rev/greet() to_chat(owner.current, "You are now a revolutionary! Help your cause. \ Do not harm your fellow freedom fighters. You can identify your comrades by the red \"R\" icons, \ diff --git a/sound/ambience/antag/revalert.ogg b/sound/ambience/antag/revalert.ogg new file mode 100644 index 00000000000..7715bbba1fb Binary files /dev/null and b/sound/ambience/antag/revalert.ogg differ