From 6fe017ef215f63b93f24e492f8dbbf3554d450f1 Mon Sep 17 00:00:00 2001 From: private-tristan Date: Thu, 6 Jun 2024 23:45:44 -0400 Subject: [PATCH] Ports PR #5499 from main CM --- code/datums/keybinding/mob.dm | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/code/datums/keybinding/mob.dm b/code/datums/keybinding/mob.dm index b7b83249b3..b2bf989a7a 100644 --- a/code/datums/keybinding/mob.dm +++ b/code/datums/keybinding/mob.dm @@ -2,16 +2,6 @@ category = CATEGORY_HUMAN weight = WEIGHT_MOB -/datum/keybinding/mob/down(client/user) - . = ..() - if(isobserver(user.mob)) - return TRUE - -/datum/keybinding/mob/up(client/user) - . = ..() - if(isobserver(user.mob)) - return TRUE - /datum/keybinding/mob/stop_pulling hotkey_keys = list("H", "Delete") classic_keys = list("Delete")