This commit is contained in:
kappa-sama
2020-04-17 19:19:00 -04:00
committed by GitHub
parent 9d139bf584
commit e19f9c5c3e
@@ -54,8 +54,6 @@
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)