;GUYS WHERE'S PORT I KEEP FORGETTING MY DIRECTIONS

This commit is contained in:
kevinz000
2020-01-27 13:19:53 -07:00
committed by GitHub
parent 8b4a050ad3
commit 54f9df9f88
+4 -4
View File
@@ -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()