Hoorah. More Typo Fixy

Fancy that a downstream noticed this and got me to check all the way up here. So fix here, too for all the rest down the line.

Changelog Notes:

- Fixes typo in Solar Storm announcement with refrain being spelled "refain" instead.
This commit is contained in:
TheFurryFeline
2020-06-20 17:22:22 -04:00
parent 80c1557263
commit 2d60c95790
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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()