mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-13 08:56:49 +01:00
Fluff examine fix (#18814)
Standard examination was in an examine box. This makes it so fluff examines are also in a box. Fixes #18438 --------- Co-authored-by: Cody Brittain <cbrittain10@live.com>
This commit is contained in:
@@ -337,7 +337,7 @@
|
||||
P.focused_conv.cl_send(P, html_decode(text), M)
|
||||
registered_message = text
|
||||
|
||||
/obj/item/modular_computer/examine(mob/user, distance, is_adjacent)
|
||||
/obj/item/modular_computer/examine(mob/user, distance, is_adjacent, infix, suffix, show_extended)
|
||||
. = ..()
|
||||
var/obj/item/card/id/id = GetID()
|
||||
if(istype(id) && is_adjacent)
|
||||
|
||||
Reference in New Issue
Block a user