Skip to content

Commit

Permalink
[Port] Fix ghost movement breaking sometimes (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
private-tristan committed Jun 7, 2024
1 parent 85ca166 commit 93d95b5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions code/datums/keybinding/mob.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 93d95b5

Please sign in to comment.