Merge pull request #8172 from deathride58/whythefuckwasthishidden

makes the succumb verb available in the IC tab
This commit is contained in:
kevinz000
2019-04-04 00:00:15 -07:00
committed by GitHub
+2 -1
View File
@@ -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)