Skip to content

Commit

Permalink
Makes my spriter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopekz committed Jun 26, 2023
1 parent b3012ec commit c0a8b0a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/modules/client/preferences_gear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,11 @@ var/global/list/gear_datums_by_name = list()
display_name = "Pen, red"
path = /obj/item/tool/pen/red

/datum/gear/paperwork/pen_fountain
display_name = "Pen, fountain"
path = /obj/item/tool/pen/fountain
cost = 3

/datum/gear/paperwork/paper
display_name = "Sheet of paper"
path = /obj/item/paper
Expand Down

0 comments on commit c0a8b0a

Please sign in to comment.