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)