Allow tabling small machinery (#39296)

* Fix sprite oddity when dragging drink dispensers

* Allow tabling small machinery
This commit is contained in:
Tad Hardesty
2018-07-26 11:46:29 +12:00
committed by oranges
parent 17dae75ebc
commit 588b1304fa
12 changed files with 46 additions and 18 deletions
+2 -1
View File
@@ -166,11 +166,12 @@ GLOBAL_LIST(cachedbooks) // List of our cached book datums
/obj/machinery/computer/libraryconsole/bookmanagement
name = "book inventory management console"
desc = "Librarian's command station."
var/arcanecheckout = 0
screenstate = 0 // 0 - Main Menu, 1 - Inventory, 2 - Checked Out, 3 - Check Out a Book
verb_say = "beeps"
verb_ask = "beeps"
verb_exclaim = "beeps"
pass_flags = PASSTABLE
var/arcanecheckout = 0
var/buffer_book
var/buffer_mob
var/upload_category = "Fiction"