Fixes library computers thinking they already built their menu

This commit is contained in:
Kyle Spier-Swenson
2015-11-22 14:49:29 -08:00
parent 77de108fe7
commit 184b7ea5ce

View File

@@ -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