Skip to content

Commit

Permalink
extra
Browse files Browse the repository at this point in the history
  • Loading branch information
fira committed Nov 5, 2023
1 parent ade6fce commit 5256191
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/game/objects/items/tools/misc_tools.dm
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,8 @@

/obj/item/tool/pen/fountain/get_examine_text(mob/user)
. = ..()
. += "There's a laser engraving of [owner_name] on it."
if(owner_name)
. += "There's a laser engraving of [owner_name] on it."

/obj/item/tool/pen/fountain/attack_self(mob/living/carbon/human/user)
if(on)
Expand Down

0 comments on commit 5256191

Please sign in to comment.