mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-15 20:52:07 +00:00
codex inhands
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
name = "Generic Codex: Electric Bugaloo"
|
||||
desc = "If you can read this, something is broken!"
|
||||
icon_state = "codex"
|
||||
item_state = "book4"
|
||||
unique = TRUE
|
||||
var/datum/codex_tree/tree = null
|
||||
var/root_type = /datum/lore/codex/category/main_vir_lore //Runtimes on codex_tree.dm, line 18 with a null here
|
||||
@@ -29,6 +30,7 @@
|
||||
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"
|
||||
item_state = "book6"
|
||||
root_type = /datum/lore/codex/category/main_robutts
|
||||
libcategory = "Reference"
|
||||
|
||||
@@ -36,6 +38,7 @@
|
||||
name = "Daedalus Pocket Newscaster"
|
||||
desc = "A regularly-updating compendium of articles on current events. Essential for new arrivals in the Vir system and anyone interested in politics."
|
||||
icon_state = "newscodex"
|
||||
item_state = "book1"
|
||||
w_class = ITEMSIZE_SMALL
|
||||
root_type = /datum/lore/codex/category/main_news
|
||||
libcategory = "Reference"
|
||||
@@ -46,6 +49,7 @@
|
||||
desc = "Contains large amounts of information on Standard Operating Procedure, Corporate Regulations, and important regional laws. The best friend of \
|
||||
Internal Affairs."
|
||||
icon_state = "corp_regs"
|
||||
item_state = "book10"
|
||||
root_type = /datum/lore/codex/category/main_corp_regs
|
||||
throwforce = 5 // Throw the book at 'em.
|
||||
libcategory = "Reference"
|
||||
|
||||
Reference in New Issue
Block a user