mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
feedback, EORG allowed
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user