Minor Belt Buffs (#19112)

* Adds one extra slot to the xenoarchaeology belt, making it a nice
round number of ten.
* Adds investigation tools to the security belt, like cameras,
recorders, and clipboards. Also crowbars.
This commit is contained in:
lavillastrangiato
2024-05-12 18:56:19 +00:00
committed by GitHub
parent 83891924ab
commit 863cbab142
3 changed files with 65 additions and 2 deletions
@@ -330,6 +330,7 @@
/obj/item/device/hailer,
/obj/item/device/megaphone,
/obj/item/melee,
/obj/item/crowbar,
/obj/item/gun/projectile/sec,
/obj/item/gun/energy/disruptorpistol,
/obj/item/taperoll/police,
@@ -337,7 +338,11 @@
/obj/item/shield/energy,
/obj/item/shield/riot/tact,
/obj/item/device/holowarrant,
/obj/item/device/radio
/obj/item/device/taperecorder,
/obj/item/device/radio,
/obj/item/device/laser_pointer,
/obj/item/device/camera,
/obj/item/clipboard,
)
content_overlays = TRUE
@@ -4,7 +4,7 @@
desc = "Can hold various excavation gear."
icon_state = "gearbelt"
item_state = "utility"
storage_slots = 9
storage_slots = 10
can_hold = list(
/obj/item/storage/box/samplebags,
/obj/item/device/core_sampler,