mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
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:
@@ -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)
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user