mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 23:23:28 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user