From f3ae5a1a67ead96ef078622572fbbbefd545665c Mon Sep 17 00:00:00 2001 From: Tad Hardesty Date: Sat, 9 Jun 2018 01:55:49 -0700 Subject: [PATCH] Fix legion cores not healing confusion --- code/modules/mob/living/living.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/living.dm b/code/modules/mob/living/living.dm index ad1235f0ea8..94307969812 100644 --- a/code/modules/mob/living/living.dm +++ b/code/modules/mob/living/living.dm @@ -428,6 +428,7 @@ heal_overall_damage(INFINITY, INFINITY, INFINITY, FALSE, FALSE, TRUE) //heal brute and burn dmg on both organic and robotic limbs, and update health right away. ExtinguishMob() fire_stacks = 0 + confused = 0 update_canmove() GET_COMPONENT(mood, /datum/component/mood) if (mood)