Skip to content

Commit

Permalink
stops dead people using their human keybinds
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Oct 22, 2024
1 parent 78f3d2f commit 7175ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/keybinding/human.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
weight = WEIGHT_MOB

/datum/keybinding/human/can_use(client/user)
return ishuman(user.mob)
return ishuman(user.mob) && user.mob.stat == CONSCIOUS

/datum/keybinding/human/issue_order
hotkey_keys = list("Unbound")
Expand Down

0 comments on commit 7175ce0

Please sign in to comment.