mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Fixes a very large number of typos. A few of these fixes also extend to variable names, but only the really egregious ones like "concious".
18 lines
832 B
Plaintext
18 lines
832 B
Plaintext
/obj/item/book/granter/crafting_recipe/death_sandwich
|
|
name = "\improper SANDWICH OF DEATH SECRET RECIPE"
|
|
desc = "An ancient composition notebook with the instructions for an ancient and ultimate sandwich scrawled upon its loose-leaf pages. The title has been scrawled onto it with permanent marker."
|
|
crafting_recipe_types = list(
|
|
/datum/crafting_recipe/food/death_sandwich
|
|
)
|
|
icon_state = "cooking_learning_sandwich"
|
|
remarks = list(
|
|
"A meatball sub, but what makes it so special?",
|
|
"I just need to grease back my hair...?",
|
|
"What kind of ancient civilization wore jorts?",
|
|
"So it DOES matter what angle you fold the salami in...",
|
|
)
|
|
|
|
/obj/item/book/granter/crafting_recipe/death_sandwich/recoil(mob/living/user)
|
|
to_chat(user, span_warning("The book comically explodes in your hands, leaving no trace."))
|
|
qdel(src)
|