Books! And HoS office improvements!

- HoS office now has a camera because fuck you that's why.
- HoS office and Security wing now have Security wall radios.
- Fixed Security wall radio icons.
- Fixed direction icons of all radios on the map.
- Added SOP book.
- Added Command Guide book (Chain of Command).
This commit is contained in:
Spades
2017-10-23 23:10:01 -04:00
parent bcc6bdd32f
commit 0bf340762e
6 changed files with 258 additions and 211 deletions
@@ -0,0 +1,45 @@
/obj/item/weapon/book/manual/standard_operating_procedure
name = "Standard Operating Procedure"
desc = "A set of corporate guidelines for keeping space stations running smoothly."
icon_state = "sop"
icon = 'icons/obj/library_vr.dmi'
author = "NanoTrasen"
title = "Standard Operating Procedure"
/obj/item/weapon/book/manual/standard_operating_procedure/New()
..()
dat = {"
<html><head>
</head>
<body>
<iframe width='100%' height='97%' src="[config.wikiurl]Standard_Operating_Procedure&printable=yes&remove_links=1" frameborder="0" id="main_frame"></iframe>
</body>
</html>
"}
/obj/item/weapon/book/manual/command_guide
name = "The Chain of Command"
desc = "A set of corporate guidelines outlining the entire command structure of NanoTrasen from top to bottom."
icon_state = "commandGuide"
icon = 'icons/obj/library_vr.dmi'
author = "Jeremiah Acacius"
title = "Corporate Regulations"
/obj/item/weapon/book/manual/standard_operating_procedure/New()
..()
dat = {"
<html><head>
</head>
<body>
<iframe width='100%' height='97%' src="[config.wikiurl]Chain_of_Command&printable=yes&remove_links=1" frameborder="0" id="main_frame"></iframe>
</body>
</html>
"}