diff --git a/code/game/objects/storage/belt.dm b/code/game/objects/storage/belt.dm index 4eead67bb25..b5a6c6f9a8c 100644 --- a/code/game/objects/storage/belt.dm +++ b/code/game/objects/storage/belt.dm @@ -120,14 +120,14 @@ /obj/item/weapon/storage/belt/soulstone name = "soul stone belt" desc = "Designed for ease of access to the shards during a fight, as to not let a single enemy spirit slip away" - icon_state = "soulstonebelt" - item_state = "soulstonebelt" + icon_state = "utilitybelt" + item_state = "utility"//Could likely use a better one. storage_slots = 6 can_hold = list( "/obj/item/device/soulstone" ) -/obj/item/weapon/storage/belt/soulstone/New() +/obj/item/weapon/storage/belt/soulstone/full/New() ..() new /obj/item/device/soulstone(src) new /obj/item/device/soulstone(src)