From 42bb682240d59185da09dca431ffbbed5ae16f3a Mon Sep 17 00:00:00 2001 From: David Winters Date: Tue, 29 Sep 2020 01:18:06 -0400 Subject: [PATCH] Fixes #8592 --- code/modules/library/lib_machines.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/library/lib_machines.dm b/code/modules/library/lib_machines.dm index 17eee1149c..9a226b836d 100644 --- a/code/modules/library/lib_machines.dm +++ b/code/modules/library/lib_machines.dm @@ -173,14 +173,14 @@ datum/borrowbook // Datum used to keep track of who has borrowed what when and f var/dat = "Book Inventory Management\n" // switch(screenstate) if(0) - // Main Menu + // Main Menu //VOREStation Edit start dat += {"1. View General Inventory
2. View Checked Out Inventory
3. Check out a Book
- 4. Connect to Internal Archive
//VOREStation Edit + 4. Connect to Internal Archive
5. Upload New Title to Archive
6. Print a Bible
- 8. Access External Archive
"} //VOREStation Edit + 8. Access External Archive
"} //VOREStation Edit end if(src.emagged) dat += "7. Access the Forbidden Lore Vault
" if(src.arcanecheckout)