Fixes the exosuit mounted autolathe. (#18440)

* autolathe1

* cl

* Oops

* pay the price

---------

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2024-02-20 11:58:39 +00:00
committed by GitHub
co-authored by Matt Atlas
parent 60729d5a78
commit e063223199
71 changed files with 171 additions and 102 deletions
+1 -1
View File
@@ -54,7 +54,7 @@
/datum/component/local_network_member/proc/get_new_tag(mob/user)
var/new_ident = input(user, "Enter a new ident tag.", "[parent]", id_tag) as null|text
if(new_ident && parent && user.Adjacent(parent) && CanInteract(user, physical_state))
if(new_ident && parent && user.Adjacent(parent) && CanInteract(user, GLOB.physical_state))
return set_tag(user, new_ident)
//