mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-11 17:35:05 +00:00
* Completely removes `proc_holders` from existence. Refactors all wizard, xeno, spider, and genetics powers to be actions. Also refactors and sorts ton of accompanying code. * our changes * yes * 0 * Update blackmesa.dmm Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
21 lines
937 B
Plaintext
21 lines
937 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/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.",
|
|
)
|