Skip to content

Commit

Permalink
Merge pull request #270 from Recoherent/papers-please
Browse files Browse the repository at this point in the history
Paperwork extended examine
  • Loading branch information
Nerev4r authored Dec 6, 2024
2 parents 27a4a17 + db3aa10 commit b426491
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 b426491

Please sign in to comment.