[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>
This commit is contained in:
SkyratBot
2021-02-20 23:19:16 +00:00
committed by GitHub
co-authored by tralezab
parent 354472c56a
commit 4c6d9438eb
+1 -1
View File
@@ -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")