From 1aa5fa00a4bb3f9e0d77ff08d8b3c0dadedaecc9 Mon Sep 17 00:00:00 2001 From: Rhials <28870487+Rhials@users.noreply.github.com> Date: Fri, 20 Sep 2024 18:25:45 -0400 Subject: [PATCH] Replaces the security NVGs in Metastation Central bitrunner domain with generic ones (#86752) ## About The Pull Request This swaps out the security NVGs in the Metastation Central bitrunner domain with regular ones. These NVGs are the colorless variant, so nothing is changed beyond not being able to access sec records. ## Why It's Good For The Game Closes #86645. ## Changelog :cl: Rhials fix: You can no longer backdoor security records using the Metastation Central bitrunner domain. /:cl: --- _maps/virtual_domains/meta_central.dmm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/_maps/virtual_domains/meta_central.dmm b/_maps/virtual_domains/meta_central.dmm index 1f14e6ffa5c..e8e40a3573d 100644 --- a/_maps/virtual_domains/meta_central.dmm +++ b/_maps/virtual_domains/meta_central.dmm @@ -4413,14 +4413,14 @@ /area/virtual_domain) "Lq" = ( /obj/structure/table/reinforced, -/obj/item/clothing/glasses/hud/security/night{ - pixel_x = -8; - pixel_y = -6 +/obj/item/clothing/glasses/night/colorless{ + pixel_x = 5; + pixel_y = 7 }, -/obj/item/clothing/glasses/hud/security/night, -/obj/item/clothing/glasses/hud/security/night{ - pixel_x = 8; - pixel_y = 8 +/obj/item/clothing/glasses/night/colorless, +/obj/item/clothing/glasses/night/colorless{ + pixel_x = -5; + pixel_y = -3 }, /turf/template_noop, /area/virtual_domain/safehouse)