From 9835bed8d4497dc311ecb7885291d03db7c06a01 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Mon, 11 Jun 2018 16:51:02 -0400 Subject: [PATCH 1/2] Merge pull request #38381 from AutomaticFrenzy/patch/orb-of-confusion 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 7bdc65fcb0..71999fa7a5 100644 --- a/code/modules/mob/living/living.dm +++ b/code/modules/mob/living/living.dm @@ -448,6 +448,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)