mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
Back to the drawing board (#37538)
* Revert "May fix the login failure issue on 516 (#37537)" This reverts commit6071b0a21e. * Revert "516 compatibility PR 2: the revenge of Node.js (#37501)" This reverts commit875eca8b71.
This commit is contained in:
@@ -20,7 +20,7 @@ var/datum/ui_state/hands_state/hands_state = new
|
||||
return UI_CLOSE
|
||||
|
||||
/mob/living/hands_can_use_topic(src_object)
|
||||
if(get_active_hand() == src_object)
|
||||
if(is_holding_item(src_object))
|
||||
return UI_INTERACTIVE
|
||||
return UI_CLOSE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user