mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
24
code/game/objects/items/weapons/manuals_ch.dm
Normal file
24
code/game/objects/items/weapons/manuals_ch.dm
Normal 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>
|
||||
"}
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user