Merge pull request #7298 from TheFurryFeline/TFF-Solar_Storm_Typo_Fixy

Hoorah. More Typo Fixy
This commit is contained in:
Atermonera
2020-06-22 12:15:43 -07:00
committed by VirgoBot
parent f7cab660e8
commit ad540c6e05
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()