From 669351041c31909600f3ce830a4e8de459172149 Mon Sep 17 00:00:00 2001 From: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> Date: Fri, 10 Jun 2022 12:33:01 +0200 Subject: [PATCH] Custodial Belt Tape Roll (#14272) --- code/game/objects/items/weapons/storage/belt.dm | 3 ++- html/changelogs/custodial_belt_tape.yml | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/custodial_belt_tape.yml diff --git a/code/game/objects/items/weapons/storage/belt.dm b/code/game/objects/items/weapons/storage/belt.dm index cee21e874a8..3824e133b9d 100644 --- a/code/game/objects/items/weapons/storage/belt.dm +++ b/code/game/objects/items/weapons/storage/belt.dm @@ -412,7 +412,8 @@ /obj/item/storage/bag/trash, /obj/item/reagent_containers/glass/rag, /obj/item/gun/energy/mousegun, - /obj/item/device/gps + /obj/item/device/gps, + /obj/item/taperoll/custodial ) /obj/item/storage/belt/mining diff --git a/html/changelogs/custodial_belt_tape.yml b/html/changelogs/custodial_belt_tape.yml new file mode 100644 index 00000000000..b139e379958 --- /dev/null +++ b/html/changelogs/custodial_belt_tape.yml @@ -0,0 +1,6 @@ +author: SleepyGemmy + +delete-after: True + +changes: + - bugfix: "Custodians can now put their tape roll inside their utility belt." \ No newline at end of file