diff --git a/code/modules/mob/living/living.dm b/code/modules/mob/living/living.dm index 0e67ce7510..b9b6424092 100644 --- a/code/modules/mob/living/living.dm +++ b/code/modules/mob/living/living.dm @@ -312,7 +312,8 @@ return TRUE /mob/living/verb/succumb(whispered as null) - set hidden = TRUE + set name = "Succumb" + set category = "IC" if (InCritical()) log_message("Has [whispered ? "whispered his final words" : "succumbed to death"] while in [InFullCritical() ? "hard":"soft"] critical with [round(health, 0.1)] points of health!", LOG_ATTACK) adjustOxyLoss(health - HEALTH_THRESHOLD_DEAD)