diff --git a/icons/mob/custom_w.dmi b/icons/mob/custom_w.dmi index 1b70b86779..6b17cc3acb 100644 Binary files a/icons/mob/custom_w.dmi and b/icons/mob/custom_w.dmi differ diff --git a/icons/obj/custom.dmi b/icons/obj/custom.dmi index 2a63ddd1e1..de5fce96a5 100644 Binary files a/icons/obj/custom.dmi and b/icons/obj/custom.dmi differ diff --git a/modular_citadel/code/modules/client/loadout/__donator.dm b/modular_citadel/code/modules/client/loadout/__donator.dm index 0db74b8ed2..d8744a660b 100644 --- a/modular_citadel/code/modules/client/loadout/__donator.dm +++ b/modular_citadel/code/modules/client/loadout/__donator.dm @@ -259,3 +259,9 @@ datum/gear/darksabresheath path = /obj/item/reagent_containers/food/drinks/flask/steel cost = 2 ckeywhitelist = list("johnnyvitrano") + +/datum/gear/paperhat + name = "Paper Hat" + category = slot_head + path = /obj/item/clothing/head/paperhat + ckeywhitelist = list("kered2") diff --git a/modular_citadel/code/modules/custom_loadout/custom_items.dm b/modular_citadel/code/modules/custom_loadout/custom_items.dm index 9fde1349b4..c3421976fb 100644 --- a/modular_citadel/code/modules/custom_loadout/custom_items.dm +++ b/modular_citadel/code/modules/custom_loadout/custom_items.dm @@ -333,3 +333,9 @@ item_state = "wintergreencloak" w_class = WEIGHT_CLASS_SMALL body_parts_covered = CHEST|GROIN|LEGS|ARMS + +/obj/item/clothing/head/paperhat + name = "paperhat" + desc = "A piece of paper folded into neat little hat." + icon_state = "paperhat" + item_state = "paperhat"