mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-15 01:54:52 +01:00
bb70889f6e
3591 individual conflicts Update build.js Update install_node.sh Update byond.js oh my fucking god hat slow huh holy shit we all fall down 2 more I missed 2900 individual conflicts 2700 Individual conflicts replaces yarn file with tg version, bumping us down to 2200-ish Down to 2000 individual conflicts 140 down mmm aaaaaaaaaaaaaaaaaaa not yt 575 soon 900 individual conflicts 600 individual conflicts, 121 file conflicts im not okay 160 across 19 files 29 in 4 files 0 conflicts, compiletime fix time some minor incap stuff missed ticks weird dupe definition stuff missed ticks 2 incap fixes undefs and pie fix Radio update and some extra minor stuff returns a single override no more dupe definitions, 175 compiletime errors Unticked file fix sound and emote stuff honk and more radio stuff
23 lines
954 B
Plaintext
23 lines
954 B
Plaintext
|
|
/obj/item/book/granter/crafting_recipe/fletching
|
|
name = "Whittle Me This: Fletching for the Modern Spacer"
|
|
desc = "A how-to guide to crafting and maintaining wooden bows, fletching arrows, and... making violins?"
|
|
crafting_recipe_types = list(
|
|
/datum/crafting_recipe/arrow,
|
|
/datum/crafting_recipe/plastic_arrow,
|
|
/datum/crafting_recipe/shortbow,
|
|
/datum/crafting_recipe/holy_arrow,
|
|
// /datum/crafting_recipe/arrow_quiver, // SKYRAT EDIT REMOVAL: public-knowledge quiver
|
|
/datum/crafting_recipe/violin,
|
|
)
|
|
icon_state = "book4"
|
|
uses = INFINITY
|
|
remarks = list(
|
|
"Okay, so the quality of the wood has some impact.",
|
|
"I feel like the violin chapter is in here as a joke, surely...",
|
|
"The author seems oddly proud about how many years they've been hunting in 'these parts'...",
|
|
"i really wish they'd stop with all the marriage euphemisms...",
|
|
"I need membership? Membership with what?",
|
|
"Okay, I think I get the point already...",
|
|
)
|