Skip to content

Commit

Permalink
shard
Browse files Browse the repository at this point in the history
  • Loading branch information
klushy225 committed Dec 20, 2024
1 parent 0b85c01 commit c711f0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/obj/item/misc_junk.dm
Original file line number Diff line number Diff line change
Expand Up @@ -494,9 +494,9 @@ TYPEINFO(/obj/item/reagent_containers/vape)
/obj/item/reagent_containers/bone_fragments
name = "bone fragments"
desc = "Little crushed up bits of bone that can fit in the reagent extractor."
icon = "icons/obj/items/items.dmi"
item_state = "bone_fragments"
icon_state = "bone_fragments"
icon = 'icons/obj/materials.dmi'
item_state = "shard"
icon_state = "shard"
initial_volume = 10
initial_reagents = "bonemeal"

Expand Down

0 comments on commit c711f0c

Please sign in to comment.