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