diff --git a/code/__HELPERS/roundend.dm b/code/__HELPERS/roundend.dm index be81becdbf..7bbce1b54b 100644 --- a/code/__HELPERS/roundend.dm +++ b/code/__HELPERS/roundend.dm @@ -292,7 +292,7 @@ if(M.mind && !isnewplayer(M)) if(M.stat != DEAD && !isbrain(M)) if(EMERGENCY_ESCAPED_OR_ENDGAMED) - if(!M.onCentCom() || !M.onSyndieBase()) + if(!M.onCentCom() && !M.onSyndieBase()) parts += "
" parts += "You managed to survive, but were marooned on [station_name()]..." else