mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-29 03:21:30 +00:00
Allows examining the ID menu for IDs in wallets or modular computers (#16168)
Co-authored-by: Gabby <martinezgabby576@gmail.com>
This commit is contained in:
@@ -335,3 +335,9 @@
|
||||
if(P.focused_conv)
|
||||
P.focused_conv.cl_send(P, text, M)
|
||||
registered_message = text
|
||||
|
||||
/obj/item/modular_computer/examine(mob/user)
|
||||
. = ..()
|
||||
var/obj/item/card/id/id = GetID()
|
||||
if(istype(id) && Adjacent(user))
|
||||
id.show(user)
|
||||
|
||||
Reference in New Issue
Block a user