mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
Fixes library computers thinking they already built their menu
This commit is contained in:
@@ -173,7 +173,7 @@ var/global/list/datum/cachedbook/cachedbooks // List of our cached book datums
|
|||||||
var/list/inventory = list()
|
var/list/inventory = list()
|
||||||
var/checkoutperiod = 5 // In minutes
|
var/checkoutperiod = 5 // In minutes
|
||||||
var/obj/machinery/libraryscanner/scanner // Book scanner that will be used when uploading books to the Archive
|
var/obj/machinery/libraryscanner/scanner // Book scanner that will be used when uploading books to the Archive
|
||||||
var/list/libcomp_menu = list("")
|
var/list/libcomp_menu
|
||||||
var/page = 1 //current page of the external archives
|
var/page = 1 //current page of the external archives
|
||||||
var/bibledelay = 0 // LOL NO SPAM (1 minute delay) -- Doohl
|
var/bibledelay = 0 // LOL NO SPAM (1 minute delay) -- Doohl
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user