From 32116e1f40344da452b3e8a7ac875b286483596f Mon Sep 17 00:00:00 2001 From: sqn Date: Fri, 29 Nov 2024 07:39:04 -0500 Subject: [PATCH 1/2] Binyat Blacklist Tweak (#4601) binyat blacklist tweak --- modular_nova/modules/implants/code/augments_head.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_nova/modules/implants/code/augments_head.dm b/modular_nova/modules/implants/code/augments_head.dm index 42038a9911b..a77d0399102 100644 --- a/modular_nova/modules/implants/code/augments_head.dm +++ b/modular_nova/modules/implants/code/augments_head.dm @@ -175,7 +175,7 @@ ranged_mousepointer = 'icons/effects/mouse_pointers/override_machine_target.dmi' /// What we don't work on, will always not work on mobs because I know what you are var/static/list/emag_blacklist = list( - /obj/machinery/shieldgen, + /obj/machinery/satellite/meteor_shield, /obj/machinery/computer/communications, /obj/machinery/computer/arcade, /obj/machinery/computer/holodeck, From 8a04e5767653c7b313b16f5cd2fbd6770ea0d523 Mon Sep 17 00:00:00 2001 From: StealsThePRs Date: Fri, 29 Nov 2024 15:39:13 +0300 Subject: [PATCH 2/2] [MIRROR] Binyat Blacklist Tweak