From 35061e79f4f270e82635c98f951738562ac1c931 Mon Sep 17 00:00:00 2001 From: Xhuis Date: Fri, 8 Sep 2017 12:51:06 -0400 Subject: [PATCH] Fixes the Orion Trail machine --- code/game/machinery/computer/arcade.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)