mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
[MIRROR] Slightly adjust base pixel off-set for library consoles [MDB IGNORE] (#17540)
* Slightly adjust base pixel off-set for library consoles (#71303) ## About The Pull Request Title. ## Why It's Good For The Game  What it is currently vs  7 works too but 8 is an even number and we love even. The X off-set doesn't need to be set since the entire thing is weirdly symmetrical with NuTables. ## Changelog 🆑 Jolly qol: Library Consoles and Book Management Consoles should no longer have their keyboards hanging over the edge of tables. /🆑 * Slightly adjust base pixel off-set for library consoles Co-authored-by: Jolly <70232195+Jolly-66@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user