From 0e2e0db5cb1f8c666918d9aa3c8552f074cb3ed6 Mon Sep 17 00:00:00 2001
From: Novacat <35587478+Novacat@users.noreply.github.com>
Date: Fri, 24 Jul 2020 08:55:11 -0400
Subject: [PATCH] Update lib_machines.dm
---
code/modules/library/lib_machines.dm | 20 +++++---------------
1 file changed, 5 insertions(+), 15 deletions(-)
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." |