diff --git a/code/game/objects/items/weapons/storage/belt.dm b/code/game/objects/items/weapons/storage/belt.dm index a54a5fd6b86..13faffdc573 100644 --- a/code/game/objects/items/weapons/storage/belt.dm +++ b/code/game/objects/items/weapons/storage/belt.dm @@ -393,7 +393,7 @@ desc_fluff = "A custodial belt is similar to most utility belts, but designed with pockets and attachment points that can hold common custodial tools." icon_state = "custodialbelt" item_state = "custodialbelt" - storage_slots = 8 + storage_slots = 12 w_class = ITEMSIZE_NORMAL max_w_class = ITEMSIZE_NORMAL can_hold = list( diff --git a/html/changelogs/custodian_belt_slots_fix.yml b/html/changelogs/custodian_belt_slots_fix.yml new file mode 100644 index 00000000000..970829d128b --- /dev/null +++ b/html/changelogs/custodian_belt_slots_fix.yml @@ -0,0 +1,6 @@ +author: SleepyGemmy + +delete-after: True + +changes: + - bugfix: "Increases the slots in the custodial belt." \ No newline at end of file