diff --git a/code/modules/cargo/packs.dm b/code/modules/cargo/packs.dm index cce154c74ab..2a27028a02d 100644 --- a/code/modules/cargo/packs.dm +++ b/code/modules/cargo/packs.dm @@ -1942,7 +1942,6 @@ /obj/item/clothing/shoes/sneakers/black, /obj/item/clothing/gloves/color/white, /obj/item/clothing/mask/gas/mime, - /obj/item/clothing/head/beret, /obj/item/clothing/head/frenchberet, /obj/item/clothing/suit/suspenders, /obj/item/reagent_containers/food/drinks/bottle/bottleofnothing, diff --git a/code/modules/clothing/head/misc.dm b/code/modules/clothing/head/misc.dm index fc2044ba2a7..7d2f72b1af6 100644 --- a/code/modules/clothing/head/misc.dm +++ b/code/modules/clothing/head/misc.dm @@ -347,7 +347,7 @@ /obj/item/clothing/head/frenchberet name = "french beret" desc = "A quality beret, infused with the aroma of chain-smoking, wine-swilling Parisians. You feel less inclined to engage military conflict, for some reason." - icon_state = "beretblack" + icon_state = "beret" dynamic_hair_suffix = "" /obj/item/clothing/head/frenchberet/speechModification(M) diff --git a/code/modules/jobs/job_types/civilian.dm b/code/modules/jobs/job_types/civilian.dm index bbd7a561071..d0256ab1ab4 100644 --- a/code/modules/jobs/job_types/civilian.dm +++ b/code/modules/jobs/job_types/civilian.dm @@ -95,7 +95,6 @@ Mime suit = /obj/item/clothing/suit/suspenders backpack_contents = list(/obj/item/reagent_containers/food/drinks/bottle/bottleofnothing=1) - accessory = /obj/item/clothing/accessory/pocketprotector/cosmetology backpack = /obj/item/storage/backpack/mime satchel = /obj/item/storage/backpack/mime diff --git a/icons/mob/head.dmi b/icons/mob/head.dmi index 3e99cef13cd..ce3ffef6b2b 100644 Binary files a/icons/mob/head.dmi and b/icons/mob/head.dmi differ