mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-29 03:36:58 +01:00
wew
This commit is contained in:
@@ -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"
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user