mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
Allow tabling small machinery (#39296)
* Fix sprite oddity when dragging drink dispensers * Allow tabling small machinery
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user