diff --git a/code/datums/uplink_item.dm b/code/datums/uplink_item.dm index 4fbb2271b1c..af26f3ed8a1 100644 --- a/code/datums/uplink_item.dm +++ b/code/datums/uplink_item.dm @@ -720,9 +720,9 @@ var/list/uplink_items = list() /datum/uplink_item/device_tools/elite_hardsuit name = "Elite Syndicate Hardsuit" - desc = "The elite Syndicate hardsuit is worn by only the best nuclear agents. Features much better armoring and complete fireproofing, as well as a built in jetpack. \ - When the built in helmet is deployed your identity will be protected, even in death, as the suit cannot be removed by outside forces. Toggling the suit into combat mode \ - will allow you all the mobility of a loose fitting uniform without sacrificing armoring. Additionally the suit is collapsible, small enough to fit within a backpack. \ + desc = "The elite Syndicate hardsuit is worn by only the best nuclear agents. Features much better armoring and complete fireproofing. \ + When the built in helmet is deployed your identity will be protected. Toggling the suit into combat mode will allow you all the mobility \ + of a loose fitting uniform without sacrificing armoring. Additionally the suit is collapsible, small enough to fit within a backpack. \ Nanotrasen crewmembers are trained to report red space suit sightings; these suits in particular are known to drive employees into a panic." reference = "ESHS" item = /obj/item/weapon/storage/box/syndie_kit/elite_hardsuit diff --git a/html/changelogs/elite-hardsuit-grammar-fox-mccloud.yml b/html/changelogs/elite-hardsuit-grammar-fox-mccloud.yml new file mode 100644 index 00000000000..07780ad3df3 --- /dev/null +++ b/html/changelogs/elite-hardsuit-grammar-fox-mccloud.yml @@ -0,0 +1,7 @@ + +author: Fox McCloud + +delete-after: True + +changes: + - spellcheck: "Corrects some grammatical descriptive errors for the elite syndicate hardsuit." \ No newline at end of file