Tweak: Revision of miners' and explorers' gear. (#26525)

* Tweak: Revision of miners' and explorers' gear.

* Remove drake changes

* Remove armor-related changes

* Update machine_vending.dm

* Update machine_vending.dm
This commit is contained in:
Сиротка
2024-10-10 12:44:02 +03:00
committed by GitHub
parent ff8e0404b9
commit a5a199392b
3 changed files with 38 additions and 26 deletions
@@ -184,6 +184,11 @@
new /obj/item/stack/cable_coil(src, 30, COLOR_BLUE)
update_icon()
/obj/item/storage/belt/utility/expedition/vendor
/obj/item/storage/belt/utility/expedition/vendor/populate_contents()
return // only cool-looking belt, nothing more
/obj/item/storage/belt/medical
name = "medical belt"
desc = "Can hold various medical equipment."
@@ -22,6 +22,7 @@
/obj/structure/closet/secure_closet/explorer/populate_contents()
new /obj/item/radio/headset/headset_cargo/expedition(src)
new /obj/item/gun/energy/kinetic_accelerator/pistol(src)
new /obj/item/clothing/suit/hooded/explorer(src)
new /obj/item/storage/firstaid/regular(src)
new /obj/item/clothing/accessory/holster(src)
new /obj/item/beacon(src)