From 24453ebf05d66ba67fdc7a93446eb2c55726c7ac Mon Sep 17 00:00:00 2001 From: LunarFleet <66186750+LunarFleet@users.noreply.github.com> Date: Mon, 15 Feb 2021 17:58:01 -0500 Subject: [PATCH 1/2] Kassc's bedtime story --- code/game/objects/items/weapons/manuals_ch.dm | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 code/game/objects/items/weapons/manuals_ch.dm diff --git a/code/game/objects/items/weapons/manuals_ch.dm b/code/game/objects/items/weapons/manuals_ch.dm new file mode 100644 index 0000000000..25637382f5 --- /dev/null +++ b/code/game/objects/items/weapons/manuals_ch.dm @@ -0,0 +1,24 @@ +/obj/item/weapon/book/manual/chemistry_guide + name = "Chemical Recipes and Refreshers" + desc = "A lengthy guide on the most commonly used chemicals on a modern orbital facility" + icon_state = "bookMedical" + icon = 'icons/obj/library.dmi' + author = "NanoTrasen" + title = "Chemical Recipes and Refreshers" + +/obj/item/weapon/book/manual/chemistry_guide/New() + ..() + dat = {" + + + + +

((https://wiki.chompstation13.net/index.php?title=Guide_to_Chemistry))

+ "} \ No newline at end of file From 27a83a703535bf32b9530ea55a7cea4572c2412f Mon Sep 17 00:00:00 2001 From: LunarFleet <66186750+LunarFleet@users.noreply.github.com> Date: Mon, 15 Feb 2021 18:01:07 -0500 Subject: [PATCH 2/2] Update vorestation.dme --- vorestation.dme | 1 + 1 file changed, 1 insertion(+) diff --git a/vorestation.dme b/vorestation.dme index c124df5c9a..6f000d6ae7 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -1298,6 +1298,7 @@ #include "code\game\objects\items\weapons\inducer_vr.dm" #include "code\game\objects\items\weapons\lego.dm" #include "code\game\objects\items\weapons\manuals.dm" +#include "code\game\objects\items\weapons\manuals_ch.dm" #include "code\game\objects\items\weapons\manuals_vr.dm" #include "code\game\objects\items\weapons\mop.dm" #include "code\game\objects\items\weapons\mop_deploy.dm"