Merge pull request #250 from Oposshim/call-it-whatever-the-fuck-i-want

Book sprite revamp
This commit is contained in:
Dahlular
2020-05-25 13:00:56 -06:00
committed by GitHub
5 changed files with 32 additions and 32 deletions
+27 -27
View File
@@ -271,10 +271,10 @@
"}
/obj/item/book/manual/wiki/chemistry
name = "Chemistry Textbook"
name = "Guide to chems"
icon_state ="chemistrybook"
author = "Nanotrasen"
title = "Chemistry Textbook"
title = "Guide to chems"
page_link = "Guide_to_chemistry"
/obj/item/book/manual/wiki/engineering_construction
@@ -292,10 +292,10 @@
page_link = "Guide_to_engineering"
/obj/item/book/manual/wiki/engineering_singulo_tesla
name = "Singularity and Tesla for Dummies"
name = "Singularity 101"
icon_state ="bookEngineeringSingularitySafety"
author = "Engineering Encyclopedia"
title = "Singularity and Tesla for Dummies"
title = "Singularity 101"
page_link = "Singularity_and_Tesla_engines"
/obj/item/book/manual/wiki/security_space_law
@@ -311,10 +311,10 @@
return OXYLOSS
/obj/item/book/manual/wiki/infections
name = "Infections - Making your own pandemic!"
name = "Space CDC: Infections and you!"
icon_state = "bookInfections"
author = "Infections Encyclopedia"
title = "Infections - Making your own pandemic!"
title = "Space CDC: Infections and you!"
page_link = "Infections"
/obj/item/book/manual/wiki/telescience
@@ -325,10 +325,10 @@
page_link = "Guide_to_telescience"
/obj/item/book/manual/wiki/engineering_hacking
name = "Hacking"
name = "Hacking: A greytider's manual"
icon_state ="bookHacking"
author = "Engineering Encyclopedia"
title = "Hacking"
author = "The Greytider"
title = "Hacking: A greytider's manual"
page_link = "Hacking"
/obj/item/book/manual/wiki/detective
@@ -346,17 +346,17 @@
page_link = "Guide_to_food_and_drinks"
/obj/item/book/manual/wiki/robotics_cyborgs
name = "Robotics for Dummies"
name = "The offical Robotics manual"
icon_state = "borgbook"
author = "XISC"
title = "Robotics for Dummies"
title = "The offical Robotics manual"
page_link = "Guide_to_robotics"
/obj/item/book/manual/wiki/research_and_development
name = "Research and Development 101"
name = "RnD: safe sciences"
icon_state = "rdbook"
author = "Dr. L. Ight"
title = "Research and Development 101"
title = "RnD: safe sciences"
page_link = "Guide_to_Research_and_Development"
/obj/item/book/manual/wiki/experimentor
@@ -369,37 +369,37 @@
/obj/item/book/manual/wiki/medical_cloning
name = "Cloning techniques of the 26th century"
icon_state ="bookCloning"
author = "Medical Journal, volume 3"
author = "Angel Paulson"
title = "Cloning techniques of the 26th century"
page_link = "Guide_to_genetics#Cloning"
/obj/item/book/manual/wiki/cooking_to_serve_man
name = "To Serve Man"
desc = "It's a cookbook!"
name = "Cooking for kids!"
desc = "It's a cooking datapad!"
icon_state ="cooked_book"
author = "the Kanamitan Empire"
title = "To Serve Man"
author = "Gordon Ramsay"
title = "Cooking for kids!"
page_link = "Guide_to_food_and_drinks"
/obj/item/book/manual/wiki/circuitry
name = "Circuitry for Dummies"
name = "Wiring and safety manual"
icon_state = "book1"
author = "Dr. Hans Asperger"
title = "Circuitry for Dummies"
title = "Wiring and safety manual"
page_link = "Guide_to_circuits"
/obj/item/book/manual/wiki/tcomms
name = "Subspace Telecommunications And You"
name = "Keeping communications"
icon_state = "book3"
author = "Engineering Encyclopedia"
title = "Subspace Telecommunications And You"
title = "Keeping communications
page_link = "Guide_to_Telecommunications"
/obj/item/book/manual/wiki/atmospherics
name = "Lexica Atmosia"
name = "O2 & You"
icon_state = "book5"
author = "the City-state of Atmosia"
title = "Lexica Atmosia"
author = "the department of NT-Atmos"
title = "O2 & You"
page_link = "Guide_to_Atmospherics"
/obj/item/book/manual/wiki/medicine
@@ -410,10 +410,10 @@
page_link = "Guide_to_medicine"
/obj/item/book/manual/wiki/surgery
name = "Brain Surgery for Dummies"
name = "Surgery: step by step"
icon_state = "book4"
author = "Dr. F. Fran"
title = "Brain Surgery for Dummies"
title = "Surgery: step by step"
page_link = "Surgery"
/obj/item/book/manual/wiki/grenades
+2 -2
View File
@@ -179,10 +179,10 @@
* Book
*/
/obj/item/book
name = "book"
name = "Datapad"
icon = 'icons/obj/library.dmi'
icon_state ="book"
desc = "Crack it open, inhale the musk of its pages, and learn something new."
desc = "A fancy new state of the art Digital-Readpad(tm) provided by Nanotrasen, No more 20th century paper!"
throw_speed = 1
throw_range = 5
w_class = WEIGHT_CLASS_NORMAL //upped to three because books are, y'know, pretty big. (and you could hide them inside eachother recursively forever)
+2 -2
View File
@@ -564,10 +564,10 @@ GLOBAL_LIST(cachedbooks) // List of our cached book datums
* Book binder
*/
/obj/machinery/bookbinder
name = "book binder"
name = "Datapad transcriptor"
icon = 'icons/obj/library.dmi'
icon_state = "binder"
desc = "Only intended for binding paper products."
desc = "Reads and scans papers placed into it for text to datapad conversion."
density = TRUE
var/busy = FALSE
+1 -1
View File
@@ -58,7 +58,7 @@
B.author = query_get_random_books.item[2]
B.title = query_get_random_books.item[3]
B.dat = query_get_random_books.item[4]
B.name = "Book: [B.title]"
B.name = "Datapad: [B.title]"
B.icon_state= "book[rand(1,8)]"
qdel(query_get_random_books)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB