Prevent observer jumps from showing up in dchat (#30211)

This commit is contained in:
azulez
2025-08-21 18:47:50 +00:00
committed by GitHub
parent b621397cb5
commit 256e07a6fc
+3
View File
@@ -213,6 +213,9 @@
audio_cooldown = 0.25 SECONDS
/datum/emote/jump/run_emote(mob/user, params, type_override, intentional)
if(isobserver(user))
jump_animation(user)
return TRUE
. = ..()
if(!.)
return FALSE