Skip to content

Commit

Permalink
Merge pull request #503 from genessee-forgot-his-password-again/patch-6
Browse files Browse the repository at this point in the history
Fix cheap pickaxe icon not having handle
  • Loading branch information
NataKilar authored Jan 16, 2024
2 parents e0b2852 + 0c6ba26 commit c50dc2a
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 c50dc2a

Please sign in to comment.