From ad540c6e058d3d56b1f270c7a145776115b33ed3 Mon Sep 17 00:00:00 2001 From: Atermonera Date: Mon, 22 Jun 2020 12:15:43 -0700 Subject: [PATCH 1/2] Merge pull request #7298 from TheFurryFeline/TFF-Solar_Storm_Typo_Fixy Hoorah. More Typo Fixy --- code/modules/events/solar_storm.dm | 2 +- code/modules/gamemaster/event2/events/everyone/solar_storm.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/events/solar_storm.dm b/code/modules/events/solar_storm.dm index f616ef3c61e..a8d4b92a3c0 100644 --- a/code/modules/events/solar_storm.dm +++ b/code/modules/events/solar_storm.dm @@ -18,7 +18,7 @@ /datum/event/solar_storm/start() - command_announcement.Announce("The solar storm has reached the station. Please refain from EVA and remain inside the station until it has passed.", "Anomaly Alert") + command_announcement.Announce("The solar storm has reached the station. Please refrain from EVA and remain inside the station until it has passed.", "Anomaly Alert") adjust_solar_output(5) diff --git a/code/modules/gamemaster/event2/events/everyone/solar_storm.dm b/code/modules/gamemaster/event2/events/everyone/solar_storm.dm index b73df66076f..bfc35440a35 100644 --- a/code/modules/gamemaster/event2/events/everyone/solar_storm.dm +++ b/code/modules/gamemaster/event2/events/everyone/solar_storm.dm @@ -22,7 +22,7 @@ adjust_solar_output(1.5) /datum/event2/event/solar_storm/start() - command_announcement.Announce("The solar storm has reached the station. Please refain from EVA and remain inside the station until it has passed.", "Anomaly Alert") + command_announcement.Announce("The solar storm has reached the station. Please refrain from EVA and remain inside the station until it has passed.", "Anomaly Alert") adjust_solar_output(5) /datum/event2/event/solar_storm/event_tick()