From 4c6d9438eb86946677a1f6d7b5369ec2cfc82610 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sun, 21 Feb 2021 00:19:16 +0100 Subject: [PATCH] [MIRROR] small grammar fix on shuttle catastrophe (#3549) * small grammar fix on shuttle catastrophe (#57052) * small grammar fix on shuttle catastrophe Co-authored-by: tralezab <40974010+tralezab@users.noreply.github.com> --- code/modules/events/shuttle_catastrophe.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/events/shuttle_catastrophe.dm b/code/modules/events/shuttle_catastrophe.dm index c766dae12a8..54da54ff865 100644 --- a/code/modules/events/shuttle_catastrophe.dm +++ b/code/modules/events/shuttle_catastrophe.dm @@ -26,7 +26,7 @@ if(SSshuttle.shuttle_insurance) message += "Luckily, your shuttle insurance has covered the costs of repair!" if(SSeconomy.get_dep_account(ACCOUNT_CAR)) - message += "You have been awarded a bonus from [command_name()] for smart spending." + message += " You have been awarded a bonus from [command_name()] for smart spending." else message += "Your replacement shuttle will be the [new_shuttle.name] until further notice." priority_announce(message, "[command_name()] Spacecraft Engineering")