diff --git a/code/game/gamemodes/vampire/vampire.dm b/code/game/gamemodes/vampire/vampire.dm
index 097ef6e2cdd..c243b86ac70 100644
--- a/code/game/gamemodes/vampire/vampire.dm
+++ b/code/game/gamemodes/vampire/vampire.dm
@@ -175,6 +175,7 @@
/datum/game_mode/proc/greet_vampire(var/datum/mind/vampire, var/you_are=1)
var/dat
if(you_are)
+ SEND_SOUND(vampire.current, 'sound/ambience/antag/vampalert.ogg')
dat = "You are a Vampire!
"
dat += {"To bite someone, target the head and use harm intent with an empty hand. Drink blood to gain new powers.
You are weak to holy things and starlight. Don't go into space and avoid the Chaplain, the chapel and especially Holy Water."}
diff --git a/sound/ambience/antag/vampalert.ogg b/sound/ambience/antag/vampalert.ogg
new file mode 100644
index 00000000000..8d8616f6a44
Binary files /dev/null and b/sound/ambience/antag/vampalert.ogg differ