why the fuck was this a hidden verb - makes succumb available in the IC tab

This commit is contained in:
deathride58
2019-03-25 21:30:23 -04:00
parent 520f46c933
commit f3c3f9cd12

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)