Makes Xenohybrids scream Xeno

Because if they can hiss like xeno, why not screem like one?
This commit is contained in:
Anonymous
2020-04-16 14:23:16 +03:00
parent ab9c04ceb9
commit 9d6f013bde
@@ -54,6 +54,8 @@
sound = 'modular_citadel/sound/voice/scream_skeleton.ogg'
if (is_species(user, /datum/species/fly) || is_species(user, /datum/species/insect))
sound = 'modular_citadel/sound/voice/scream_moth.ogg'
if (is_species(user, /datum/species/xeno))
sound = 'sound/voice/hiss6.ogg'
if(isalien(user))
sound = 'sound/voice/hiss6.ogg'
LAZYINITLIST(user.alternate_screams)