mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-20 03:19:58 +01:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user