Skip to content

Commit

Permalink
Fix cheap pickaxe icon not having handle
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent e0b2852 commit 0c6ba26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mods/persistence/modules/chargen/items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
matter = list(
/decl/material/solid/metal/iron/r_styrofoam = MATTER_AMOUNT_TRACE
)
build_from_parts = TRUE
hardware_color = COLOR_SILVER

/obj/item/flashlight/lantern/cheap
name = "cheap lantern"
Expand Down Expand Up @@ -102,4 +104,4 @@
)
default_solid_form = /obj/item/stack/material/panel
sound_manipulate = 'sound/foley/paperpickup2.ogg'
sound_dropped = 'sound/foley/paperpickup1.ogg'
sound_dropped = 'sound/foley/paperpickup1.ogg'

0 comments on commit 0c6ba26

Please sign in to comment.