diff --git a/code/game/objects/items/weapons/storage/belt.dm b/code/game/objects/items/weapons/storage/belt.dm index 3824e133b9d..a54a5fd6b86 100644 --- a/code/game/objects/items/weapons/storage/belt.dm +++ b/code/game/objects/items/weapons/storage/belt.dm @@ -115,7 +115,8 @@ /obj/item/powerdrill, /obj/item/device/radio, /obj/item/device/debugger, - /obj/item/device/eftpos + /obj/item/device/eftpos, + /obj/item/tape_roll ) content_overlays = TRUE @@ -139,7 +140,6 @@ /obj/item/crowbar = 1, /obj/item/wirecutters/toolbelt = 1, /obj/item/stack/cable_coil/random = 1, - /obj/item/powerdrill = 1, /obj/item/hammer = 1 ) diff --git a/html/changelogs/Forester40-toolbelt-duct-tape-new.yml b/html/changelogs/Forester40-toolbelt-duct-tape-new.yml new file mode 100644 index 00000000000..9fc93f509da --- /dev/null +++ b/html/changelogs/Forester40-toolbelt-duct-tape-new.yml @@ -0,0 +1,9 @@ +author: Forester40 + + +delete-after: True + + +changes: + - rscadd: "Utility belts can now hold rolls of duct tape." + - tweak: "Uility belts ordered from Operations no longer spawn with hand drills in them and therefore no longer spawn with one more item than they actually have storage slots for." \ No newline at end of file