Skip to content

Commit

Permalink
removes the wood recipe for the (bone) horse post (#5632)
Browse files Browse the repository at this point in the history
## About The Pull Request
it's a horse post made out of bone and sinew found in the crafting menu
intended for ashlanders to make use of
it gets deconstructed into bone still which is what caused it to get
reported in bug-triage in the first place

## Why It's Good For The Game
it's um made of bone so you should probably not be able to make it from
wood (but someone making a wooden one would be neat!)

## Changelog
:cl:
del: removes the recipe for the horse post that requires wood, because
it is made out of bone and sinew
/:cl:
  • Loading branch information
timothyteakettle authored Jun 22, 2023
1 parent da23942 commit e8d8555
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/modules/materials/material_recipes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@
recipes += new/datum/stack_recipe("wooden sandals", /obj/item/clothing/shoes/sandal, 1, pass_stack_color = TRUE)
recipes += new/datum/stack_recipe("wood circlet", /obj/item/clothing/head/woodcirclet, 1, pass_stack_color = TRUE)
recipes += new/datum/stack_recipe("clipboard", /obj/item/clipboard, 1, pass_stack_color = TRUE)
recipes += new/datum/stack_recipe("horse post", /obj/structure/bed/chair/post, 5, time = 20, one_per_turf = 1, on_floor = 1, pass_stack_color = TRUE)
recipes += new/datum/stack_recipe("wood floor tile", /obj/item/stack/tile/wood, 1, 4, 20, pass_stack_color = TRUE)
recipes += new/datum/stack_recipe("wood roofing tile", /obj/item/stack/tile/roofing/wood, 3, 4, 20)
recipes += new/datum/stack_recipe("wooden chair", /obj/structure/bed/chair/wood, 3, time = 10, one_per_turf = 1, on_floor = 1, pass_stack_color = TRUE)
Expand Down

0 comments on commit e8d8555

Please sign in to comment.