Fixes marooned status.

This commit is contained in:
AnturK
2018-01-26 09:53:08 +01:00
committed by CitadelStationBot
parent 57cfc1c81e
commit c86f4b7351

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