From db3aa101b14964dfedd927373674d25a9ecab987 Mon Sep 17 00:00:00 2001 From: Recoherent Date: Wed, 4 Dec 2024 17:53:03 -0600 Subject: [PATCH] hacky descriptionthing bad but it's already hacky in the first place --- code/modules/paperwork/paperwork.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/paperwork/paperwork.dm b/code/modules/paperwork/paperwork.dm index 2acedcf00f093..9c88bb61a68c2 100644 --- a/code/modules/paperwork/paperwork.dm +++ b/code/modules/paperwork/paperwork.dm @@ -61,6 +61,10 @@ add_stamp() return TRUE +/obj/item/paperwork/examine(mob/user) // DOPPLER EDIT - paperwork has more description, modifying examine to fake the standard extended examine text + . = ..() + . += span_notice("This item could be examined further...") + /obj/item/paperwork/examine_more(mob/user) . = ..()