code/modules/library/library_computer.dm 
| LIBRARY_BOOKS_PER_PAGE | Defines how many player books appear on the player book archive TGUI tab | 
|---|---|
| LOGIN_FULL | Login state for our computer, this state grants full access to functions | 
| LOGIN_PUBLIC | Login state for our computer, this state grants basic access to functions | 
| PRINTING_COOLDOWN | Wait time before printing another book, used to prevent spam | 
| /obj/machinery/computer/library | This is the player facing machine that handles all library functions | 
Define Details
LIBRARY_BOOKS_PER_PAGE 
Defines how many player books appear on the player book archive TGUI tab
LOGIN_FULL 
Login state for our computer, this state grants full access to functions
LOGIN_PUBLIC 
Login state for our computer, this state grants basic access to functions
PRINTING_COOLDOWN 
Wait time before printing another book, used to prevent spam