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

View File

@@ -178,7 +178,7 @@
if(!C.credits) if(!C.credits)
C.RollCredits() C.RollCredits()
C.playtitlemusic(40) C.playtitlemusic(40)
CONFIG_SET(flag/suicide_allowed,TRUE) // EORG suicides allowed
var/popcount = gather_roundend_feedback() var/popcount = gather_roundend_feedback()
display_report(popcount) display_report(popcount)

View File

@@ -208,6 +208,7 @@
/mob/living/proc/canSuicide() /mob/living/proc/canSuicide()
if(!CONFIG_GET(flag/suicide_allowed)) if(!CONFIG_GET(flag/suicide_allowed))
to_chat(src, "Suicide is not enabled in the config.")
return FALSE return FALSE
switch(stat) switch(stat)
if(CONSCIOUS) if(CONSCIOUS)