diff --git a/icons/roguetown/clothing/belts.dmi b/icons/roguetown/clothing/belts.dmi index 101b033a305..20e20b8088e 100644 Binary files a/icons/roguetown/clothing/belts.dmi and b/icons/roguetown/clothing/belts.dmi differ diff --git a/modular_causticcove/code/datums/loadout/loadout_accessories.dm b/modular_causticcove/code/datums/loadout/loadout_accessories.dm index d9c38aff105..812c28b741f 100644 --- a/modular_causticcove/code/datums/loadout/loadout_accessories.dm +++ b/modular_causticcove/code/datums/loadout/loadout_accessories.dm @@ -7,3 +7,8 @@ name = "Sanguine sleeves" path = /obj/item/clothing/gloves/roguetown/courtphysician/female sort_category = "Accessories" + +/datum/loadout_item/beltshawl + name = "Belt Shawl" + path = /obj/item/storage/belt/rogue/leather/sash/shawl + sort_category = "Accessories" diff --git a/modular_causticcove/code/game/objects/items/clothes/storage.dm b/modular_causticcove/code/game/objects/items/clothes/storage.dm new file mode 100644 index 00000000000..aca17dd249f --- /dev/null +++ b/modular_causticcove/code/game/objects/items/clothes/storage.dm @@ -0,0 +1,5 @@ +/obj/item/storage/belt/rogue/leather/sash/shawl + name = "belt shawl" + desc = "A woven shawl, wrapped around the waist and secured with a sash. Popular with desert travellers." + icon_state = "beltshawl" + item_state = "beltshawl" diff --git a/roguetown.dme b/roguetown.dme index 04fe89223ce..70c988a1ce8 100644 --- a/roguetown.dme +++ b/roguetown.dme @@ -3654,6 +3654,7 @@ #include "modular_causticcove\code\modules\events\adventure\random_patrols\random_patrols.dm" #include "modular_causticcove\code\modules\events\adventure\random_bosses\random_boss.dm" #include "modular_causticcove\code\game\objects\items\clothes\causthats.dm" +#include "modular_causticcove\code\game\objects\items\clothes\storage.dm" //Modular TA files #include "modular_twilight_axis\code\datums\tat_system\tat_defines.dm"