From 1baa9ea5dfe2b9de8288e9311a3be60953f2edc4 Mon Sep 17 00:00:00 2001 From: Iajret Creature <122297233+Steals-The-PRs@users.noreply.github.com> Date: Fri, 29 Nov 2024 18:18:41 +0300 Subject: [PATCH] [MIRROR] Binyat Blacklist Tweak (#5208) * Binyat Blacklist Tweak (#4601) binyat blacklist tweak * [MIRROR] Binyat Blacklist Tweak --------- Co-authored-by: sqn Co-authored-by: StealsThePRs --- 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,