diff --git a/code/modules/library/lib_machines.dm b/code/modules/library/lib_machines.dm index 62ed19ea34..1aaff67568 100644 --- a/code/modules/library/lib_machines.dm +++ b/code/modules/library/lib_machines.dm @@ -177,10 +177,9 @@ dat += {"1. View General Inventory
2. View Checked Out Inventory
3. Check out a Book
- 4. Connect to NanoTrasen Archive
+ 4. Connect to NanoTrasen Literature Archive
5. Upload New Title to Archive
- 6. Print a Bible
- 8. Access Deprecated Archive
"} + 6. Print a Holy Book
"} if(src.emagged) dat += "7. Access the Forbidden Lore Vault
" if(src.arcanecheckout) @@ -271,30 +270,6 @@ Are you absolutely sure you want to proceed? EldritchTomes Inc. takes no responsibilities for loss of sanity resulting from this action.

Yes.
No.
"} - if(8) - dat += "

Deprecated Archive

" - 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.

" - - if(!dbcon_old.IsConnected()) - dat += "ERROR: Unable to contact External Archive. Please contact your system administrator for assistance." - else - dat += {"(Order book by SS13BN)

- - " - dat += "
TITLE\[Order\]
" - dat += "
(Return to main menu)
" - //dat += "Close

" user << browse(dat, "window=library") onclose(user, "library") @@ -350,12 +325,10 @@ else for (var/mob/V in hearers(src)) - V.show_message("[src]'s monitor flashes, \"Bible printer currently unavailable, please wait a moment.\"") + V.show_message("[src]'s monitor flashes, \"Holy Book printer currently unavailable, please wait a moment.\"") if("7") screenstate = 7 - if("8") - screenstate = 8 if(href_list["arccheckout"]) if(src.emagged) src.arcanecheckout = 1