diff --git a/code/modules/library/book.dm b/code/modules/library/book.dm index a796ad9773aa..09dbb7de3323 100644 --- a/code/modules/library/book.dm +++ b/code/modules/library/book.dm @@ -159,7 +159,7 @@ * buttons and then builds the rest of the UI based on what page the player is turned to. */ /obj/item/book/proc/show_content(mob/user) - var/dat = "" + var/dat = "" //First, we're going to choose/generate our header buttons for switching pages and store it in var/dat var/header_left = "
" var/header_right = "
"