From e9f6b56e94008f54a90e71df7b169ad308b49ed7 Mon Sep 17 00:00:00 2001 From: Luc <89928798+lewcc@users.noreply.github.com> Date: Tue, 12 Oct 2021 04:36:32 -0400 Subject: [PATCH] Adds a cooldown to attacking MMIs (#16921) --- code/modules/mob/living/carbon/brain/MMI.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/carbon/brain/MMI.dm b/code/modules/mob/living/carbon/brain/MMI.dm index 07282106a21..6c359c9c0c4 100644 --- a/code/modules/mob/living/carbon/brain/MMI.dm +++ b/code/modules/mob/living/carbon/brain/MMI.dm @@ -96,6 +96,7 @@ // 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