Skip to content

Commit

Permalink
hacky descriptionthing
Browse files Browse the repository at this point in the history
bad but it's already hacky in the first place
  • Loading branch information
Recoherent committed Dec 4, 2024
1 parent 78906cc commit db3aa10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/paperwork/paperwork.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
. = ..()

Expand Down

0 comments on commit db3aa10

Please sign in to comment.