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) . = ..()