Setup for New Library (#6514)

* Setup for New Library

* F U C K

* Multipage Huzzah

* FixFix

* Fixfix2Bookboogaloo
This commit is contained in:
Mechoid
2019-11-04 17:24:08 -09:00
committed by Atermonera
parent f135aa9ddf
commit 41fc81e9f0
6 changed files with 207 additions and 5 deletions
+4 -1
View File
@@ -23,13 +23,14 @@
has the words 'Don't Panic' in small, friendly letters on the cover."
icon_state = "codex"
root_type = /datum/lore/codex/category/main_vir_lore
libcategory = "Reference"
/obj/item/weapon/book/codex/lore/robutt
name = "A Buyer's Guide to Artificial Bodies"
desc = "Recommended reading for the newly cyborgified, new positronics, and the upwardly-mobile FBP."
icon_state = "codex_robutt"
root_type = /datum/lore/codex/category/main_robutts
libcategory = "Reference"
/obj/item/weapon/book/codex/lore/news
name = "Daedalus Pocket Newscaster"
@@ -37,6 +38,7 @@
icon_state = "newscodex"
w_class = ITEMSIZE_SMALL
root_type = /datum/lore/codex/category/main_news
libcategory = "Reference"
// Combines SOP/Regs/Law
/obj/item/weapon/book/codex/corp_regs
@@ -46,3 +48,4 @@
icon_state = "corp_regs"
root_type = /datum/lore/codex/category/main_corp_regs
throwforce = 5 // Throw the book at 'em.
libcategory = "Reference"