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 += "

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.

" //VOREStation Removal TFF 29/1/20 - Redundant warning, we're not removing our library entries. - - if(!dbcon_old.IsConnected()) - dat += "ERROR: Unable to contact External Archive. Please contact your system administrator for assistance." -======= - dat += "

NT Internal Archive

" + dat += "

Internal Archive

" if(!all_books || !all_books.len) dat += "ERROR Something has gone seriously wrong. Contact System Administrator for more information." ->>>>>>> b3f9ecd... Reorganized Library Computer Menu (#7334) else dat += {"
TITLEYes.
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."