Back to the drawing board (#37538)

* Revert "May fix the login failure issue on 516 (#37537)"

This reverts commit 6071b0a21e.

* Revert "516 compatibility PR 2: the revenge of Node.js (#37501)"

This reverts commit 875eca8b71.
This commit is contained in:
ShiftyRail
2025-05-06 10:52:45 +01:00
committed by GitHub
parent 6071b0a21e
commit b71b7b6d06
551 changed files with 26388 additions and 37763 deletions

View File

@@ -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