Burger's Fixes (#4900)

Fixed library books spawning outside of shelves.
Fixed kinetic accelerators displaying an error when equipped on the waist.
Balances kinetic accelerator research to prevent easy research exploit. Balances traitor kinetic accelerator to be less powerful.
Tweaked the new library to be more aesthetically pleasing. (Changes all the light chairs to dark chairs, and makes all the plastic tables wood.)
Removed empty mediwall from the command section of the shuttle.
Removed floating light near departures and on the shuttle.
Removed pointless holopad on the evac shuttle.
This commit is contained in:
BurgerLUA
2018-06-18 21:48:27 +03:00
committed by Erki
parent 1384f06799
commit 198f2d7fcf
11 changed files with 452 additions and 872 deletions
+1 -1
View File
@@ -125,7 +125,7 @@
var/author = query_books.item[1]
var/title = query_books.item[2]
var/content = query_books.item[3]
var/obj/item/weapon/book/B = new(src.loc)
var/obj/item/weapon/book/B = new(src)
B.name = "Book: [title]"
B.title = title
B.author = author