mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-28 10:01:58 +00:00
* Icons folder cleaning wave two * Merge conflict resolution * Modular path hell * hmm * Update 2022-10.yml * Another modular thing --------- Co-authored-by: YesterdaysPromise <122572637+YesterdaysPromise@users.noreply.github.com> Co-authored-by: Giz <vinylspiders@gmail.com>
21 lines
945 B
Plaintext
21 lines
945 B
Plaintext
/obj/item/book/granter/crafting_recipe/boneyard_notes
|
|
name = "The Complete Works of Lavaland Bone Architecture"
|
|
desc = "Pried from the lead Archaeologist's cold, dead hands, this seems to explain how ancient bone architecture was erected long ago."
|
|
crafting_recipe_types = list(
|
|
/datum/crafting_recipe/rib,
|
|
/datum/crafting_recipe/boneshovel,
|
|
/datum/crafting_recipe/halfskull,
|
|
/datum/crafting_recipe/skull,
|
|
)
|
|
icon = 'icons/obj/service/library.dmi'
|
|
icon_state = "boneworking_learing"
|
|
uses = INFINITY
|
|
remarks = list(
|
|
"Who knew you could bend bones that far back?",
|
|
"I guess that was much easier before the planet heated up...",
|
|
"So that's how they made those ruins survive the ashstorms. Neat!",
|
|
"The page is just filled with insane ramblings about some 'legion' thing.",
|
|
"But why would they need vinegar to polish the bones? And rags too?",
|
|
"You spend a few moments cleaning dirt and blood off of the page, yeesh.",
|
|
)
|