Skip to content

Commit

Permalink
Resprites pencil holders, updates their descriptions (#20648)
Browse files Browse the repository at this point in the history
* wtf

* Update pencil_holder.dm
  • Loading branch information
ToasterBiome authored Oct 18, 2023
1 parent 53bbb1d commit dd1e4e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions code/modules/paperwork/pencil_holder.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/obj/item/storage/pencil_holder
name = "holder"
desc = "a holder for your utensils"
desc = "A container for writing utensils."
icon = 'yogstation/icons/obj/bureaucracy.dmi'
icon_state = "pencilholder_0"
item_state = "paper !CONFLICT! base"
Expand Down Expand Up @@ -36,8 +36,6 @@
/obj/item/storage/pencil_holder/crew
//THE POPULATED CAN FOR CREW
name = "pencil holder"
desc = "a holder for writing utensils"
icon_state = "pencilholder_0"

/obj/item/storage/pencil_holder/crew/PopulateContents()
new /obj/item/pen(src)
Expand All @@ -56,8 +54,7 @@
/obj/item/storage/pencil_holder/crew/creative
//CRAYON CAN
name = "crayon holder"
desc = "a holder for the marines and artists alike"
icon_state = "pencilholder_0"
desc = "What's mightier, the pen or the e-sword?"

/obj/item/storage/pencil_holder/crew/creative/PopulateContents()
new /obj/item/toy/crayon/red(src)
Expand All @@ -72,8 +69,7 @@
/obj/item/storage/pencil_holder/crew/fancy
//HOITY TOITY PENS CAN
name = "caligraphy holder"
desc = "the holder for nobles and poets"
icon_state = "pencilholder_0"
desc = "For creating beautiful caligraphy, or forging checks."

/obj/item/storage/pencil_holder/crew/fancy/PopulateContents()
new /obj/item/pen/fountain(src)
Expand Down
Binary file modified yogstation/icons/obj/bureaucracy.dmi
Binary file not shown.

0 comments on commit dd1e4e6

Please sign in to comment.