From 984ee285d0f5ba03035ca8a96df3bc2c2f155ffc Mon Sep 17 00:00:00 2001 From: Dax Dupont Date: Wed, 23 Jul 2025 06:23:54 +0200 Subject: [PATCH] The crew is no longer encouranged to assist in repairs. (#92238) ## About The Pull Request Fixes a typo in the sandstorm event. ## Why It's Good For The Game Typos are bad ## Changelog :cl: spellcheck: The crew is no longer encouranged to assist in repairs. /:cl: --- code/modules/events/sandstorm.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/events/sandstorm.dm b/code/modules/events/sandstorm.dm index 0288b32ec20..36010bc879c 100644 --- a/code/modules/events/sandstorm.dm +++ b/code/modules/events/sandstorm.dm @@ -51,7 +51,7 @@ return priority_announce("A large wave of space dust is approaching from the [start_side_text] side of the station. \ - Impact is expected in the next two minutes. All employees are encouranged to assist in repairs and damage mitigation if possible.", "Collision Emergency Alert") + Impact is expected in the next two minutes. All employees are encouraged to assist in repairs and damage mitigation if possible.", "Collision Emergency Alert") /datum/round_event/sandstorm/tick() spawn_meteors(15, GLOB.meteors_sandstorm, start_side)