diff --git a/code/modules/library/lib_machines.dm b/code/modules/library/lib_machines.dm index d142433fc99..2c4c33928cb 100644 --- a/code/modules/library/lib_machines.dm +++ b/code/modules/library/lib_machines.dm @@ -28,6 +28,8 @@ icon_keyboard = null circuit = /obj/item/circuitboard/computer/libraryconsole desc = "Checked out books MUST be returned on time." + // This fixes consoles to be ON the tables, rather than their keyboards floating a bit + pixel_y = 8 ///The current title we're searching for var/title = "" ///The category we're searching for