This commit is contained in:
kevinz000
2020-04-12 17:31:11 -07:00
parent 85116e414c
commit e26025599c
1911 changed files with 41583 additions and 41583 deletions
@@ -2,7 +2,7 @@
* Home of the New (NOV 1st, 2019) library books.
*/
/obj/item/weapon/book/custom_library
/obj/item/book/custom_library
name = "Book"
desc = "A hardbound book."
description_info = "This book is printed from the custom repo. If you can see this, something went wrong."
@@ -14,22 +14,22 @@
var/origkey = null
author = "UNKNOWN"
/obj/item/weapon/book/custom_library/fiction
/obj/item/book/custom_library/fiction
libcategory = "Fiction"
/obj/item/weapon/book/custom_library/nonfiction
/obj/item/book/custom_library/nonfiction
libcategory = "Non-Fiction"
/obj/item/weapon/book/custom_library/reference
/obj/item/book/custom_library/reference
libcategory = "Reference"
/obj/item/weapon/book/custom_library/religious
/obj/item/book/custom_library/religious
libcategory = "Religious"
/*
/obj/item/weapon/book/custom_library/adult
/obj/item/book/custom_library/adult
libcategory = "Adult"
*/
/obj/item/weapon/book/bundle/custom_library
/obj/item/book/bundle/custom_library
name = "Book"
desc = "A hardbound book."
description_info = "This book is printed from the custom repo. If you can see this, something went wrong."
@@ -44,18 +44,18 @@
page = 1 //current page
pages = list() //the contents of each page
/obj/item/weapon/book/bundle/custom_library/fiction
/obj/item/book/bundle/custom_library/fiction
libcategory = "Fiction"
/obj/item/weapon/book/bundle/custom_library/nonfiction
/obj/item/book/bundle/custom_library/nonfiction
libcategory = "Non-Fiction"
/obj/item/weapon/book/bundle/custom_library/reference
/obj/item/book/bundle/custom_library/reference
libcategory = "Reference"
/obj/item/weapon/book/bundle/custom_library/religious
/obj/item/book/bundle/custom_library/religious
libcategory = "Religious"
/*
/obj/item/weapon/book/bundle/custom_library/adult
/obj/item/book/bundle/custom_library/adult
libcategory = "Adult"
*/