Setup for New Library

This commit is contained in:
Mechoid
2019-11-04 18:24:08 -08:00
committed by VirgoBot
parent 222a144b13
commit 551dd02a80
6 changed files with 214 additions and 5 deletions

View File

@@ -23,14 +23,19 @@
desc = "Contains useful information about the world around you. It seems to have been written for travelers to Virgo-Erigone, human or not. It also \
has the words 'Don't Panic' in small, friendly letters on the cover."
icon_state = "codex"
<<<<<<< HEAD
root_type = /datum/lore/codex/category/main_virgo_lore
=======
root_type = /datum/lore/codex/category/main_vir_lore
libcategory = "Reference"
>>>>>>> 41fc81e... Setup for New Library (#6514)
/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"
@@ -38,6 +43,7 @@
icon_state = "newscodex"
w_class = ITEMSIZE_SMALL
root_type = /datum/lore/codex/category/main_news
libcategory = "Reference"
/* //VORESTATION REMOVAL
// Combines SOP/Regs/Law
@@ -48,4 +54,8 @@
icon_state = "corp_regs"
root_type = /datum/lore/codex/category/main_corp_regs
throwforce = 5 // Throw the book at 'em.
<<<<<<< HEAD
*/
=======
libcategory = "Reference"
>>>>>>> 41fc81e... Setup for New Library (#6514)