mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
* Imports and Contraband: Different! Cargo crates without locks! MEAT! * helping make 20423 a little more mergeable (commits to a nonmaster branch) (#20434) * regal condor my beloved * damn ok --------- Co-authored-by: Hatterhat <Hatterhat@users.noreply.github.com> * [merges to pr 20423, get this first] more nitpicks in regards to the imports pr (#20497) missed mirror and a nitpick i forgot Co-authored-by: Hatterhat <Hatterhat@users.noreply.github.com> --------- Co-authored-by: necromanceranne <40847847+necromanceranne@users.noreply.github.com> Co-authored-by: Hatterhat <31829017+Hatterhat@users.noreply.github.com> Co-authored-by: Hatterhat <Hatterhat@users.noreply.github.com> Co-authored-by: Paxilmaniac <paxilmaniac@gmail.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
21 lines
896 B
Plaintext
21 lines
896 B
Plaintext
/obj/item/book/granter/crafting_recipe/regal_condor
|
|
name = "memoirs of a fallen agent"
|
|
desc = "A battered journal. It seems like it is covered in donkpocket crumbs."
|
|
crafting_recipe_types = list(
|
|
/datum/crafting_recipe/deagle_prime,
|
|
/datum/crafting_recipe/deagle_prime_mag,
|
|
)
|
|
icon_state = "book1"
|
|
remarks = list(
|
|
"It says that she was once an assistant, before she was activated...",
|
|
"I don't think you can make a pistol 'absorb' other pistols, but whatever...",
|
|
"Wait, how much gold do you need to make this?",
|
|
"So the Tiger Co-op can come up with some interesting things every now and again...",
|
|
"Why not just give me an Ansem pistol? I'll just go find a bucket of black paint...",
|
|
"Cleanse, or die trying...",
|
|
)
|
|
|
|
/obj/item/book/granter/crafting_recipe/regal_condor/recoil(mob/living/user)
|
|
to_chat(user, span_warning("The book turns to dust in your hands."))
|
|
qdel(src)
|