diff --git a/code/modules/client/preference_setup/loadout/loadout_head.dm b/code/modules/client/preference_setup/loadout/loadout_head.dm index 039da50f655..d26413c19cc 100644 --- a/code/modules/client/preference_setup/loadout/loadout_head.dm +++ b/code/modules/client/preference_setup/loadout/loadout_head.dm @@ -248,3 +248,7 @@ /datum/gear/head/beretg/New() ..() gear_tweaks = list(gear_tweak_free_color_choice) + +/datum/gear/head/sombrero + display_name = "sombrero" + path = /obj/item/clothing/head/sombrero \ No newline at end of file diff --git a/code/modules/clothing/head/misc.dm b/code/modules/clothing/head/misc.dm index 5403fe4ffb0..1c9c069987d 100644 --- a/code/modules/clothing/head/misc.dm +++ b/code/modules/clothing/head/misc.dm @@ -299,4 +299,10 @@ name = "beret" desc = "A beret, an artists favorite headwear." icon_state = "beret_g" + body_parts_covered = 0 + +/obj/item/clothing/head/sombrero + name = "sombrero" + desc = "A wide-brimmed hat popularly worn in Mexico." + icon_state = "sombrero" body_parts_covered = 0 \ No newline at end of file diff --git a/icons/obj/clothing/hats.dmi b/icons/obj/clothing/hats.dmi index 3fffa242528..7afaa10443d 100644 Binary files a/icons/obj/clothing/hats.dmi and b/icons/obj/clothing/hats.dmi differ diff --git a/polaris.dme b/polaris.dme index 4c2c72dd25c..b72e5fe2eb8 100644 --- a/polaris.dme +++ b/polaris.dme @@ -546,7 +546,7 @@ #include "code\game\machinery\requests_console.dm" #include "code\game\machinery\robot_fabricator.dm" #include "code\game\machinery\seed_extractor.dm" -#include "code\game\machinery\sleeper.dm" +#include "code\game\machinery\Sleeper.dm" #include "code\game\machinery\spaceheater.dm" #include "code\game\machinery\status_display.dm" #include "code\game\machinery\status_display_ai.dm"