diff --git a/code/modules/library/lib_machines.dm b/code/modules/library/lib_machines.dm
index fee1a627d6..1caf83608b 100644
--- a/code/modules/library/lib_machines.dm
+++ b/code/modules/library/lib_machines.dm
@@ -177,10 +177,10 @@ datum/borrowbook // Datum used to keep track of who has borrowed what when and f
dat += {"1. View General Inventory
2. View Checked Out Inventory
3. Check out a Book
- 4. Connect to NanoTrasen Archive
+ 4. Connect to Internal Archive
//VOREStation Edit
5. Upload New Title to Archive
6. Print a Bible
- 8. Access Deprecated Archive
"}
+ 8. Access External Archive
"} //VOREStation Edit
if(src.emagged)
dat += "7. Access the Forbidden Lore Vault
"
if(src.arcanecheckout)
@@ -226,19 +226,9 @@ datum/borrowbook // Datum used to keep track of who has borrowed what when and f
(Commit Entry)
(Return to main menu)
"}
if(4)
-<<<<<<< HEAD
- dat += "
| TITLE | Yes. No. "} if(8) - dat += " Deprecated Archive" + dat += "External Archive" //VOREStation Edit establish_old_db_connection() - dat += "Warning: System Administrator has slated this archive for removal. Personal uploads should be taken to the NT board of internal literature." + //dat += "Warning: System Administrator has slated this archive for removal. Personal uploads should be taken to the NT board of internal literature." //VOREStation Removal if(!dbcon_old.IsConnected()) dat += "ERROR: Unable to contact External Archive. Please contact your system administrator for assistance." |