edit comments

This commit is contained in:
Killian
2020-02-16 06:34:09 +00:00
parent 21841cd6c0
commit 92e988d3c4
2 changed files with 6 additions and 6 deletions

View File

@@ -31,7 +31,7 @@
path = /obj/item/device/camera path = /obj/item/device/camera
/datum/gear/utility/codex /datum/gear/utility/codex
display_name = "the traveler's guide to borealis" display_name = "the traveler's guide to borealis" //YW Edit
path = /obj/item/weapon/book/codex //VOREStation Edit path = /obj/item/weapon/book/codex //VOREStation Edit
cost = 0 cost = 0

View File

@@ -1,8 +1,8 @@
// Inherits from /book/ so it can fit on bookshelves. // Inherits from /book/ so it can fit on bookshelves.
/obj/item/weapon/book/codex // Vorestation Edits throughout this object. /obj/item/weapon/book/codex // Vorestation Edits throughout this object.
name = "The Traveler's Guide to Human Space: Borealis Edition" name = "The Traveler's Guide to Human Space: Borealis Edition" //YW Edit
desc = "Contains useful information about the world around you. It seems to have been written for travelers to the Borealis system, human or not. It also \ desc = "Contains useful information about the world around you. It seems to have been written for travelers to the Borealis system, human or not. It also \
has the words 'Don't Panic' in small, friendly letters on the cover." has the words 'Don't Panic' in small, friendly letters on the cover." //YW Edit
icon_state = "codex" icon_state = "codex"
unique = TRUE unique = TRUE
var/datum/codex_tree/tree = null var/datum/codex_tree/tree = null
@@ -19,9 +19,9 @@
tree.display(user) tree.display(user)
/obj/item/weapon/book/codex/lore/vir // Vorestation Edits throughout this object. /obj/item/weapon/book/codex/lore/vir // Vorestation Edits throughout this object.
name = "The Traveler's Guide to Human Space: Borealis Edition" name = "The Traveler's Guide to Human Space: Borealis Edition" //YW Edit
desc = "Contains useful information about the world around you. It seems to have been written for travelers to the Borealis system, human or not. It also \ desc = "Contains useful information about the world around you. It seems to have been written for travelers to the Borealis system, human or not. It also \
has the words 'Don't Panic' in small, friendly letters on the cover." has the words 'Don't Panic' in small, friendly letters on the cover." //YW Edit
icon_state = "codex" icon_state = "codex"
root_type = /datum/lore/codex/category/main_virgo_lore root_type = /datum/lore/codex/category/main_virgo_lore
libcategory = "Reference" libcategory = "Reference"
@@ -35,7 +35,7 @@
/obj/item/weapon/book/codex/lore/news /obj/item/weapon/book/codex/lore/news
name = "Daedalus Pocket Newscaster" name = "Daedalus Pocket Newscaster"
desc = "A regularly-updating compendium of articles on current events. Essential for new arrivals in the Borealis system and anyone interested in politics." desc = "A regularly-updating compendium of articles on current events. Essential for new arrivals in the Borealis system and anyone interested in politics." //YW Edit
icon_state = "newscodex" icon_state = "newscodex"
w_class = ITEMSIZE_SMALL w_class = ITEMSIZE_SMALL
root_type = /datum/lore/codex/category/main_news root_type = /datum/lore/codex/category/main_news