From 89d935c0a7679157ad52b1f7d9ad5d0854f3140c Mon Sep 17 00:00:00 2001 From: Mikhail Dzianishchyts Date: Thu, 25 Apr 2024 18:34:28 +0300 Subject: [PATCH] RD buttons tweak (#1196) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Что этот PR делает - [x] Чинит кнопку РД на коробке. - [x] Затемняет РД от серверной на коробке. - [x] Переставляет кнопки РД на мете. ## Почему это хорошо для игры ![image](https://github.com/ss220club/Paradise-SS220/assets/39908528/52c5102a-6f79-426f-840f-2b4fb66551bb) ## Изображения изменений mapdiff ## Тестирование Ну нормальные кнопки, нажимаются приятно ## Changelog :cl: Maxiemar tweaks: Все окна у РД на Кибериаде снова затемняются. /:cl: А на кнопки плевать всем --- _maps/map_files220/stations/boxstation.dmm | 10 +++++++--- _maps/map_files220/stations/metastation.dmm | 11 ++++++----- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/_maps/map_files220/stations/boxstation.dmm b/_maps/map_files220/stations/boxstation.dmm index 9ce7e4293802..a48af6e4f592 100644 --- a/_maps/map_files220/stations/boxstation.dmm +++ b/_maps/map_files220/stations/boxstation.dmm @@ -89262,12 +89262,14 @@ /obj/machinery/button/windowtint/west{ desc = "A remote control switch for polarized windows. For culling the sight of the equipment-starved masses."; id = "rdrobosurgery"; - pixel_y = 4 + pixel_y = 4; + range = 1 }, /obj/machinery/button/windowtint/west{ desc = "A remote control switch for polarized windows. For culling the sight of the equipment-starved masses."; id = "rd"; - pixel_y = -4 + pixel_y = -4; + range = 7 }, /turf/simulated/floor/plasteel{ dir = 9; @@ -92295,7 +92297,9 @@ }, /area/station/engineering/secure_storage) "uHT" = ( -/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "rd" + }, /turf/simulated/floor/plating, /area/station/science/server) "uHX" = ( diff --git a/_maps/map_files220/stations/metastation.dmm b/_maps/map_files220/stations/metastation.dmm index 5cf8b2b2e2cc..a9bc076cbf3c 100644 --- a/_maps/map_files220/stations/metastation.dmm +++ b/_maps/map_files220/stations/metastation.dmm @@ -31459,19 +31459,20 @@ /obj/machinery/door_control/shutter/north{ id = "xeno_blastdoor"; name = "Xenobiology Containment Control"; - pixel_x = 7; - req_access_txt = "30" + req_access_txt = "30"; + pixel_y = 32 }, /obj/machinery/door_control/shutter/north{ id = "rdtoxins"; name = "Toxins Containment Control"; - pixel_x = -7; - req_access_txt = "30" + req_access_txt = "30"; + pixel_y = 23 }, /obj/machinery/door_control/shutter/north{ id = "rdrnd"; name = "Research and Development Containment Control"; - req_access_txt = "30" + req_access_txt = "30"; + pixel_y = 41 }, /obj/machinery/computer/security/telescreen/rd{ pixel_x = 31;