mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user