From 54f9df9f882a1477707abb26c0eb4be35f3e6971 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Mon, 27 Jan 2020 13:19:53 -0700 Subject: [PATCH] ;GUYS WHERE'S PORT I KEEP FORGETTING MY DIRECTIONS --- code/modules/events/meteor_wave.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/events/meteor_wave.dm b/code/modules/events/meteor_wave.dm index b46d253d9f..79d80b960a 100644 --- a/code/modules/events/meteor_wave.dm +++ b/code/modules/events/meteor_wave.dm @@ -64,13 +64,13 @@ var/directionstring switch(direction) if(NORTH) - directionstring = " from the north." + directionstring = " towards the fore" if(SOUTH) - directionstring = " from the south." + directionstring = " towards the aft" if(EAST) - directionstring = " from the east." + directionstring = " towards starboard" if(WEST) - directionstring = " from the west." + directionstring = " towards port" priority_announce("Meteors have been detected on collision course with the station[directionstring]. Estimated time until impact: [round(startWhen/60)] minutes.[GLOB.singularity_counter ? " Warning: Anomalous gravity pulse detected, Syndicate technology interference likely." : ""]", "Meteor Alert", "meteors") /datum/round_event/meteor_wave/tick()