we fixed it for real

This commit is contained in:
Brett Williams
2019-10-31 00:43:33 -03:00
parent ef9af98ce9
commit c13585621d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -224,10 +224,10 @@
death(FALSE)
/mob/living/proc/suicide_log()
log_message("[key_name(src)] committed suicide at [AREACOORD(src)] as [src.type].", LOG_ATTACK)
log_attack("[key_name(src)] committed suicide at [AREACOORD(src)] as [src.type].")
/mob/living/carbon/human/suicide_log()
log_message("[key_name(src)] (job: [src.job ? "[src.job]" : "None"]) committed suicide at [AREACOORD(src)].", LOG_ATTACK)
log_attack("[key_name(src)] (job: [src.job ? "[src.job]" : "None"]) committed suicide at [AREACOORD(src)].")
/mob/living/proc/canSuicide()
switch(stat)