mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-31 00:59:16 +01:00
reduces delay in printing from librarian computer
this code is awful and going to be superceded soon ™️ but, well, you know. In the meantime I'd like to be able to compile a collection in a reasonable span of time.
alternate title: buffs librarians, allowing new speedrun strats
This commit is contained in:
@@ -367,7 +367,7 @@ datum/borrowbook // Datum used to keep track of who has borrowed what when and f
|
||||
V.show_message("<b>[src]</b>'s monitor flashes, \"Printer unavailable. Please allow a short time before attempting to print.\"")
|
||||
else
|
||||
bibledelay = 1
|
||||
spawn(60)
|
||||
spawn(6)
|
||||
bibledelay = 0
|
||||
var/DBQuery/query = dbcon_old.NewQuery("SELECT * FROM library WHERE id=[sqlid]")
|
||||
query.Execute()
|
||||
|
||||
Reference in New Issue
Block a user