diff --git a/code/game/objects/structures/crates_lockers/closets/sol_gear.dm b/code/game/objects/structures/crates_lockers/closets/sol_gear.dm index a9f7b4c6ed8..ba1945b15af 100644 --- a/code/game/objects/structures/crates_lockers/closets/sol_gear.dm +++ b/code/game/objects/structures/crates_lockers/closets/sol_gear.dm @@ -34,9 +34,15 @@ new /obj/item/clothing/head/sol/marine(src) new /obj/item/clothing/head/sol/marine(src) new /obj/item/clothing/head/sol/marine(src) + new /obj/item/clothing/head/beret/sol(src) + new /obj/item/clothing/head/beret/sol(src) + new /obj/item/clothing/head/beret/sol(src) new /obj/item/clothing/head/sol/marine/grey(src) new /obj/item/clothing/head/sol/marine/grey(src) new /obj/item/clothing/head/sol/marine/grey(src) + new /obj/item/clothing/head/beret/sol/grey(src) + new /obj/item/clothing/head/beret/sol/grey(src) + new /obj/item/clothing/head/beret/sol/grey(src) new /obj/item/clothing/shoes/jackboots(src) new /obj/item/clothing/shoes/jackboots(src) new /obj/item/clothing/shoes/jackboots(src) diff --git a/code/modules/clothing/head/berets.dm b/code/modules/clothing/head/berets.dm index d50d3aa4e6f..12e8d1f2179 100644 --- a/code/modules/clothing/head/berets.dm +++ b/code/modules/clothing/head/berets.dm @@ -256,3 +256,15 @@ 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." icon_state = "sapk" item_state = "sapk" + +/obj/item/clothing/head/beret/sol + name = "sol marine beret" + desc = "A green beret with an attached cap badge bearing the insignia of a Solarian Marine Corps regiment." + icon_state = "sol" + item_state = "sol" + +/obj/item/clothing/head/beret/sol/grey + name = "sol marine beret" + desc = "A grey beret with an attached cap badge bearing the insignia of a Solarian Marine Corps regiment." + icon_state = "solgrey" + item_state = "solgrey" diff --git a/html/changelogs/tag103-spursbravest.yml b/html/changelogs/tag103-spursbravest.yml new file mode 100644 index 00000000000..ad68ab09f83 --- /dev/null +++ b/html/changelogs/tag103-spursbravest.yml @@ -0,0 +1,6 @@ +author: Tag103 + +delete-after: True + +changes: + - rscadd: "Added Solarian Marine berets. They have green coloured and grey coloured variants, and can be found in Sol Marine uniform closets." diff --git a/icons/obj/clothing/hats/berets.dmi b/icons/obj/clothing/hats/berets.dmi index 28238e06579..a5d13209b27 100644 Binary files a/icons/obj/clothing/hats/berets.dmi and b/icons/obj/clothing/hats/berets.dmi differ