From 8c2df5fc4fde1f2ccaab1a4e86a7266ef5655f52 Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Tue, 30 Dec 2014 13:57:13 -0800 Subject: [PATCH] adds a commemorative comment as per request by Miauw --- code/modules/library/lib_machines.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/library/lib_machines.dm b/code/modules/library/lib_machines.dm index 17d68ba305c..4f460888f80 100644 --- a/code/modules/library/lib_machines.dm +++ b/code/modules/library/lib_machines.dm @@ -119,6 +119,7 @@ datum/borrowbook // Datum used to keep track of who has borrowed what when and f /* * Library Computer + * After 860 days, it's finally a buildable computer. */ /obj/machinery/computer/libraryconsole/bookmanagement name = "book inventory management console"