From f221bf3ec4ae236b11a7b39304782557c2ed3022 Mon Sep 17 00:00:00 2001 From: Adrer Date: Tue, 3 Oct 2023 18:49:33 +0200 Subject: [PATCH] You can no longer attack MMIs (#22685) Co-authored-by: Adrer --- code/modules/mob/living/carbon/brain/MMI.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/modules/mob/living/carbon/brain/MMI.dm b/code/modules/mob/living/carbon/brain/MMI.dm index 0e14404bbc7..50d3990f7c7 100644 --- a/code/modules/mob/living/carbon/brain/MMI.dm +++ b/code/modules/mob/living/carbon/brain/MMI.dm @@ -98,11 +98,6 @@ // Maybe later add encryption key support, but that's a pain in the neck atm - if(brainmob) - user.changeNext_move(CLICK_CD_MELEE) - O.attack(brainmob, user)//Oh noooeeeee - // Brainmobs can take damage, but they can't actually die. Maybe should fix. - return return ..() /obj/item/mmi/screwdriver_act(mob/user, obj/item/I)