From 1a38ea000de8de866559d05e819e04ef9afdaa41 Mon Sep 17 00:00:00 2001 From: Tag114 <118570749+Tag114@users.noreply.github.com> Date: Sat, 6 Jan 2024 12:12:47 +0000 Subject: [PATCH] Fixes the crimson jumpsuit's sprites not displaying (#18127) * Add files via upload * Fixes the crimson jumpsuit's sprites not displaying * adds final newline to syndicate.dm --- code/modules/clothing/under/syndicate.dm | 2 ++ html/changelogs/Tag114-cjsuitbugfix.yml | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 html/changelogs/Tag114-cjsuitbugfix.yml diff --git a/code/modules/clothing/under/syndicate.dm b/code/modules/clothing/under/syndicate.dm index 0eb041f7703..e84c1bf9827 100644 --- a/code/modules/clothing/under/syndicate.dm +++ b/code/modules/clothing/under/syndicate.dm @@ -45,6 +45,8 @@ illegality, generally to other criminal elements. The Hammertail Smiths are just that, an organization of engineers, scientists, machinists, and industrial workers \ whose ingenuity, and occasionally deranged inspiration, is fueled and funded by eager clients, from pirate fleets and other Unathi criminal organizations to \ individual actors, may they be in the Hegemony, or on the other side of the spur." + icon = 'icons/obj/item/clothing/under/hammertail.dmi' icon_state = "hammertail" item_state = "hammertail" worn_state = "hammertail" + contained_sprite = TRUE diff --git a/html/changelogs/Tag114-cjsuitbugfix.yml b/html/changelogs/Tag114-cjsuitbugfix.yml new file mode 100644 index 00000000000..bebff1797b0 --- /dev/null +++ b/html/changelogs/Tag114-cjsuitbugfix.yml @@ -0,0 +1,6 @@ +author: Tag114 + +delete-after: True + +changes: + - bugfix: "Fixed the crimson jumpsuit's sprites not displaying." \ No newline at end of file