Byond 516 v2.0 (#37553)

* The TGS thing

* Revert the 516 revert

* Further segment the world/New() proc

* Fixes an issue here
This commit is contained in:
ShiftyRail
2025-05-12 06:50:25 +01:00
committed by GitHub
parent 90dfcd7df8
commit d79c1fe070
552 changed files with 37857 additions and 26434 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(is_holding_item(src_object))
if(get_active_hand() == src_object)
return UI_INTERACTIVE
return UI_CLOSE