From b9760d49f2cb285e3ec926766a7e2f0260401dd8 Mon Sep 17 00:00:00 2001 From: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> Date: Sun, 21 Aug 2022 01:55:41 +0200 Subject: [PATCH] Increases the Custodial Belt Slots (#14674) --- code/game/objects/items/weapons/storage/belt.dm | 2 +- html/changelogs/custodian_belt_slots_fix.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/custodian_belt_slots_fix.yml 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