feedback, EORG allowed

This commit is contained in:
Putnam
2020-01-19 18:01:21 -08:00
parent 1bdb515592
commit 16f9c1bf78
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -208,6 +208,7 @@
/mob/living/proc/canSuicide()
if(!CONFIG_GET(flag/suicide_allowed))
to_chat(src, "Suicide is not enabled in the config.")
return FALSE
switch(stat)
if(CONSCIOUS)