diff --git a/hyperstation/code/mobs/emote.dm b/hyperstation/code/mobs/emote.dm index 51e0018d..9353e136 100644 --- a/hyperstation/code/mobs/emote.dm +++ b/hyperstation/code/mobs/emote.dm @@ -24,7 +24,7 @@ restraint_check = FALSE mob_type_allowed_typecache = list(/mob/living/carbon, /mob/living/silicon/pai) -/datum/emote/living/chirp/run_emote(mob/living/user, params) +/datum/emote/living/caw/run_emote(mob/living/user, params) if(!(. = ..())) return if(user.nextsoundemote >= world.time) diff --git a/sound/voice/caw.ogg b/sound/voice/caw.ogg index 22d20d81..a560d009 100644 Binary files a/sound/voice/caw.ogg and b/sound/voice/caw.ogg differ