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)
C.RollCredits()
C.playtitlemusic(40)
CONFIG_SET(flag/suicide_allowed,TRUE) // EORG suicides allowed
var/popcount = gather_roundend_feedback()
display_report(popcount)

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)