Reopens Lets toolbelts hold duct tape, removes hand drills from cargo toolbelts (#14542)

This commit is contained in:
Forester40
2022-08-06 16:46:58 +02:00
committed by GitHub
parent 55973cec38
commit f35716db74
2 changed files with 11 additions and 2 deletions
@@ -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
)
@@ -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."