From 767eccd5753a7682361443609c843a2295e70110 Mon Sep 17 00:00:00 2001 From: larentoun Date: Wed, 28 Jun 2023 00:23:35 +0300 Subject: [PATCH] tweak: change screentip height --- code/_onclick/hud/screentip.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/_onclick/hud/screentip.dm b/code/_onclick/hud/screentip.dm index beb8f033b9f..3d0195c6d1a 100644 --- a/code/_onclick/hud/screentip.dm +++ b/code/_onclick/hud/screentip.dm @@ -4,7 +4,6 @@ screen_loc = "TOP,LEFT" maptext_height = 480 maptext_width = 480 - maptext_y = -50 maptext = "" /obj/screen/screentip/Initialize(mapload, _hud)