diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index 34f6b9cb6f9..d4e27d39b25 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -1515,7 +1515,7 @@ var/global/list/brutefireloss_overlays = list("1" = image("icon" = 'icons/mob/sc src << ""+pick("The pain is excrutiating!", "Please, just end the pain!", "Your whole body is going numb!") if(shock_stage >=60) - if(shock_stage == 60) custom_emote(1,"'s body becomes limp.") + if(shock_stage == 60) custom_emote(1,"falls limp.") if (prob(2)) src << ""+pick("The pain is excrutiating!", "Please, just end the pain!", "Your whole body is going numb!") Weaken(20) @@ -1882,4 +1882,4 @@ var/global/list/brutefireloss_overlays = list("1" = image("icon" = 'icons/mob/sc // Need this in species. //#undef HUMAN_MAX_OXYLOSS -//#undef HUMAN_CRIT_MAX_OXYLOSS +//#undef HUMAN_CRIT_MAX_OXYLOSS \ No newline at end of file