diff --git a/code/game/machinery/computer/arcade.dm b/code/game/machinery/computer/arcade.dm index 2d4bd178748..082f1aa8953 100644 --- a/code/game/machinery/computer/arcade.dm +++ b/code/game/machinery/computer/arcade.dm @@ -413,7 +413,7 @@ var/dat = "" if(gameStatus == ORION_STATUS_GAMEOVER) dat = "

Game Over

" - dat += "Like many before you, your crew never made it to Orion, lost to space...
forever." + dat += "Like many before you, your crew never made it to Orion, lost to space...
Forever." if(!settlers.len) dat += "
Your entire crew died, and your ship joins the fleet of ghost-ships littering the galaxy." else @@ -438,6 +438,7 @@ name = "The Orion Trail" desc = "Learn how our ancestors got to Orion, and have fun in the process!" + dat += "

May They Rest In Peace

" else if(event) dat = eventdat else if(gameStatus == ORION_STATUS_NORMAL)