Merge pull request #38381 from AutomaticFrenzy/patch/orb-of-confusion

Fix legion cores not healing confusion
This commit is contained in:
Jordan Brown
2018-06-11 16:51:02 -04:00
committed by letterjay
parent ecd200a5bc
commit 9835bed8d4
+1
View File
@@ -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)