Skip to content

Commit

Permalink
more ashies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadhorizon committed Aug 17, 2024
1 parent e7b3e43 commit 74ae684
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions code/game/objects/items/stacks/sheets/sheet_types.dm
Original file line number Diff line number Diff line change
Expand Up @@ -519,10 +519,7 @@ GLOBAL_LIST_INIT(bronze_recipes, list ( \

GLOBAL_LIST_INIT(bone_recipes, list( \
new /datum/stack_recipe("mortar", /obj/item/reagent_containers/glass/mortar/bone, 3), \
new /datum/stack_recipe("bone armor", /obj/item/clothing/suit/armor/bone, 6), \
new /datum/stack_recipe("skull helmet", /obj/item/clothing/head/helmet/skull, 4), \
new /datum/stack_recipe("bone dagger", /obj/item/kitchen/knife/combat/bone, 2), \
new /datum/stack_recipe("club", /obj/item/melee/baseball_bat/bone, 6)))
new /datum/stack_recipe("bone dagger", /obj/item/kitchen/knife/combat/bone, 2)))
/obj/item/stack/sheet/bone
name = "bones"
icon = 'icons/obj/mining.dmi'
Expand Down

0 comments on commit 74ae684

Please sign in to comment.