diff --git a/code/modules/clothing/head/jobs.dm b/code/modules/clothing/head/jobs.dm index 8fe35a95901..9a233b33026 100644 --- a/code/modules/clothing/head/jobs.dm +++ b/code/modules/clothing/head/jobs.dm @@ -76,7 +76,7 @@ /obj/item/clothing/head/HoS/beret name = "head of security beret" desc = "A robust beret for the Head of Security, for looking stylish while not sacrificing protection." - icon_state = "hosberetblack" + icon_state = "beret_hos" /obj/item/clothing/head/warden name = "warden's police hat" @@ -95,25 +95,25 @@ /obj/item/clothing/head/beret/sec name = "security beret" desc = "A beret with the security insignia emblazoned on it. For officers that are more inclined towards style than safety." - icon_state = "beret_badge" + icon_state = "beret_officer" armor = list(melee = 30, bullet = 25, laser = 25, energy = 10, bomb = 0, bio = 0, rad = 0) strip_delay = 60 /obj/item/clothing/head/beret/sec/warden name = "warden's beret" desc = "A special beret with the Warden's insignia emblazoned on it. For wardens with class." - icon_state = "wardenberet" + icon_state = "beret_warden" armor = list(melee = 60, bullet = 5, laser = 25, energy = 10, bomb = 25, bio = 0, rad = 0) /obj/item/clothing/head/beret/eng name = "engineering beret" desc = "A beret with the engineering insignia emblazoned on it. For engineers that are more inclined towards style than safety." - icon_state = "e_beret_badge" + icon_state = "beret_engineering" /obj/item/clothing/head/beret/atmos name = "atmospherics beret" desc = "A beret for those who have shown immaculate proficienty in piping. Or plumbing." - icon_state = "a_beret_badge" + icon_state = "beret_atmospherics" //Medical /obj/item/clothing/head/surgery diff --git a/code/modules/clothing/head/misc.dm b/code/modules/clothing/head/misc.dm index c739e9bde9f..7c353ed8c82 100644 --- a/code/modules/clothing/head/misc.dm +++ b/code/modules/clothing/head/misc.dm @@ -277,18 +277,18 @@ /obj/item/clothing/head/beret/purple name = "Pierson Family Beret" desc = " A purple beret, with a small golden crescent moon sewn onto it." - icon_state = "purpleberet" + icon_state = "beret_purple" item_state = "purpleberet" /obj/item/clothing/head/beret/centcom/officer name = "officers beret" desc = "A black beret adorned with the shield—a silver kite shield with an engraved sword—of the Nanotrasen security forces, announcing to the world that the wearer is a defender of Nanotrasen." - icon_state = "centcomofficerberet" + icon_state = "beret_centcom_officer" /obj/item/clothing/head/beret/centcom/captain name = "captains beret" desc = "A white beret adorned with the shield—a cobalt kite shield with an engraved sword—of the Nanotrasen security forces, worn only by those captaining a vessel of the Nanotrasen Navy." - icon_state = "centcomcaptain" + icon_state = "beret_centcom_captain" /obj/item/clothing/head/sombrero name = "sombrero" diff --git a/code/modules/clothing/spacesuits/miscellaneous.dm b/code/modules/clothing/spacesuits/miscellaneous.dm index dcd7114196a..bfa2b3232b3 100644 --- a/code/modules/clothing/spacesuits/miscellaneous.dm +++ b/code/modules/clothing/spacesuits/miscellaneous.dm @@ -63,7 +63,7 @@ /obj/item/clothing/head/helmet/space/deathsquad/beret name = "officer's beret" desc = "An armored beret commonly used by special operations officers." - icon_state = "beret_badge" + icon_state = "beret_officer" armor = list(melee = 65, bullet = 55, laser = 35,energy = 20, bomb = 30, bio = 30, rad = 30) /obj/item/clothing/suit/space/deathsquad/officer diff --git a/html/changelogs/KasparoVy-PR-3237.yml b/html/changelogs/KasparoVy-PR-3237.yml index ea305084681..b1bf095cc88 100644 --- a/html/changelogs/KasparoVy-PR-3237.yml +++ b/html/changelogs/KasparoVy-PR-3237.yml @@ -34,5 +34,6 @@ delete-after: True changes: - rscadd: "Adds some TG underwear." - rscadd: "Adds an NV science goggles worn sprite." + - rscadd: "Ports Bay/TG berets." - tweak: "Adjusts beret sprite, recolours strange orange pixels." - tweak: "Adjusts NV science goggles object icon. Removed strange border and centered it." \ No newline at end of file diff --git a/icons/mob/head.dmi b/icons/mob/head.dmi index f06ba7d4a09..423bbfe7c78 100644 Binary files a/icons/mob/head.dmi and b/icons/mob/head.dmi differ