xenoarch belt buff (#14762)

This commit is contained in:
listerla
2022-09-09 19:56:40 +02:00
committed by GitHub
parent 491ff32dcc
commit e8af48e4a0
3 changed files with 12 additions and 2 deletions
@@ -4,6 +4,7 @@
desc = "Can hold various excavation gear."
icon_state = "gearbelt"
item_state = "utility"
storage_slots = 9
can_hold = list(
/obj/item/storage/box/samplebags,
/obj/item/device/core_sampler,
@@ -26,5 +27,6 @@
/obj/item/wrench,
/obj/item/storage/box/excavation,
/obj/item/anobattery,
/obj/item/device/ano_scanner
/obj/item/device/ano_scanner,
/obj/item/ore_detector
)