Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified icons/roguetown/clothing/belts.dmi
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Original file line number Diff line number Diff line change
@@ -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"
1 change: 1 addition & 0 deletions roguetown.dme
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading