Merge pull request #5129 from Citadel-Station-13/upstream-merge-34969

[MIRROR] Fixes marooned status.
This commit is contained in:
LetterJay
2018-01-27 14:17:55 -06:00
committed by GitHub
+1 -1
View File
@@ -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 += "<div class='panel stationborder'>"
parts += "<span class='marooned'>You managed to survive, but were marooned on [station_name()]...</span>"
else