From 26841b55be6eb1fa13c4e3fb02d5f3763fe504d5 Mon Sep 17 00:00:00 2001 From: larentoun <31931237+larentoun@users.noreply.github.com> Date: Thu, 14 Mar 2024 09:42:46 +0300 Subject: [PATCH] move screentip to not be hidden by the first row of abilities (#1095) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Что этот PR делает Опускает текст скрин-типов ниже, чтобы они не закрывались первым рядом активных кнопок ## Изображения изменений ![image](https://github.com/ss220club/Paradise-SS220/assets/31931237/47b87ddb-286c-424a-a818-75647bccb3b3) ## Тестирование ## Changelog :cl: fix: Скрин-типы больше не закрываются первым рядом активных кнопок. /:cl: --- modular_ss220/screentip_change/code/screentip.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_ss220/screentip_change/code/screentip.dm b/modular_ss220/screentip_change/code/screentip.dm index 912160cb30d9..4b6c5c5522e2 100644 --- a/modular_ss220/screentip_change/code/screentip.dm +++ b/modular_ss220/screentip_change/code/screentip.dm @@ -1,2 +1,2 @@ /atom/movable/screen/screentip - maptext_y = 0 + maptext_y = -25