Merge pull request #1338 from LunarFleet/book

Kassc's bedtime story
This commit is contained in:
Razgriz
2021-02-18 04:27:34 -07:00
committed by GitHub
2 changed files with 25 additions and 0 deletions

View File

@@ -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 = {"
<head>
<style>
h1 {font-size: 18px; margin: 15px 0px 5px;}
h2 {font-size: 15px; margin: 15px 0px 5px;}
li {margin: 2px 0px 2px 15px;}
ul {margin: 5px; padding: 0px;}
ol {margin: 5px; padding: 0px 15px;}
body {font-size: 13px; font-family: Verdana;}
</style>
</head>
<body>
<h1>((https://wiki.chompstation13.net/index.php?title=Guide_to_Chemistry))</h1>
"}

View File

@@ -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"