From c109aee1f17cece90f011ea8296091336c52e966 Mon Sep 17 00:00:00 2001 From: Tag103 <194812614+Tag103@users.noreply.github.com> Date: Mon, 21 Jul 2025 11:32:20 +0100 Subject: [PATCH] Changes the name used in the code for the solarian army beret (#21028) Changes the last part of the name used in the code for the solarian army beret from "beret/sapk" to "beret/sol/army". Most clothing objects associated with the Solarian military have "sol" in their name somewhere and I think it would be good for this one to as well so it shows up alongside all the other ones when you look up "sol" in, for example, the item spawner. --------- Signed-off-by: Tag103 <194812614+Tag103@users.noreply.github.com> --- code/modules/clothing/head/berets.dm | 2 +- html/changelogs/Tag103-war-for-peace.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/Tag103-war-for-peace.yml diff --git a/code/modules/clothing/head/berets.dm b/code/modules/clothing/head/berets.dm index 7a2a6625c75..3599d0007fb 100644 --- a/code/modules/clothing/head/berets.dm +++ b/code/modules/clothing/head/berets.dm @@ -244,7 +244,7 @@ // Factional -/obj/item/clothing/head/beret/sapk +/obj/item/clothing/head/beret/sol/army name = "solarian army beret" desc = "A sky-blue Army beret with a white trim, proudly displaying a golden emblem of the Alliance." desc_extended = "While a common sight in the Alliance's more rebellious or devastated worlds such as Mars, the Army beret became a potent symbol of Sol's triumph in the civil war. Nowhere else in the Spur are the blue berets more omnipresent than with peacekeepers on the former capital of the Restoration Front - Lycoris." diff --git a/html/changelogs/Tag103-war-for-peace.yml b/html/changelogs/Tag103-war-for-peace.yml new file mode 100644 index 00000000000..ce1043805f1 --- /dev/null +++ b/html/changelogs/Tag103-war-for-peace.yml @@ -0,0 +1,6 @@ +author: Tag103 + +delete-after: True + +changes: + - refactor: "The name used in the code for the Solarian army beret has been changed from '/obj/item/clothing/head/beret/sapk' to '/obj/item/clothing/head/beret/sol/army.'" \ No newline at end of file