From 275b6fb691a41e506c8aecb35921089e9db33ef7 Mon Sep 17 00:00:00 2001 From: SimplyLogan <47579821+loganuk@users.noreply.github.com> Date: Tue, 26 Aug 2025 22:30:12 +0100 Subject: [PATCH] [NO GBP] Restores jumping emote sound (#92724) ## About The Pull Request Fixes #92709 #88464 - Accidentally broke jumping sound on the emote - There was a later commit to that same PR to undo it but not sure if been merged. Just making this PR so that it can be fully fixed. --- code/modules/mob/emote.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/emote.dm b/code/modules/mob/emote.dm index 0ae7352bdf4..0781881011c 100644 --- a/code/modules/mob/emote.dm +++ b/code/modules/mob/emote.dm @@ -147,6 +147,7 @@ /datum/emote/jump key = "jump" key_third_person = "jumps" + message = "jumps!" // Allows ghosts to jump mob_type_ignore_stat_typecache = list(/mob/dead/observer) affected_by_pitch = FALSE