mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-23 12:06:22 +01:00
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:
@@ -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>
|
||||
|
||||
"}
|
||||
Reference in New Issue
Block a user