From 02b4ce079a3e39eb3ac366e8e69a3b791f85a3bb Mon Sep 17 00:00:00 2001 From: Kyle Spier-Swenson Date: Mon, 30 Nov 2015 18:40:42 -0800 Subject: [PATCH] Fixes library computer's next page not working. --- code/modules/library/lib_machines.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/library/lib_machines.dm b/code/modules/library/lib_machines.dm index 3f4db8a17bc..d8f08e5eddb 100644 --- a/code/modules/library/lib_machines.dm +++ b/code/modules/library/lib_machines.dm @@ -265,7 +265,7 @@ var/global/list/datum/cachedbook/cachedbooks // List of our cached book datums dat += "" dat += "" dat += libcomp_menu[Clamp(page,1,libcomp_menu.len)] - dat += "" + dat += "" dat += "
AUTHORTITLECATEGORY
<<<< >>>>
<<<< >>>>
" dat += "
(Return to main menu)
" if(5)