Adds Soul (Machetes) (#15777)

This commit is contained in:
Matt Atlas
2023-02-14 21:20:23 +01:00
committed by GitHub
parent 590d0fe81e
commit 6c1488d642
8 changed files with 119 additions and 6 deletions
@@ -231,4 +231,17 @@
desc = "A brown utility holster which can't hold actual firearms. This particular one is designed for custodial personnel."
icon_state = "custodial_brown_hip"
item_state = "custodial_brown_hip"
/obj/item/clothing/accessory/holster/utility/machete
name = "machete sheath"
desc = "A handsome synthetic leather sheath with matching belt."
icon_state = "holster_machete"
item_state = "thigh_brown"
icon = 'icons/obj/item/clothing/accessory/holster.dmi'
allowed_items = list(
/obj/item/material/hatchet/machete,
/obj/item/material/hatchet/machete/deluxe,
/obj/item/material/hatchet/machete/unbreakable,
/obj/item/material/hatchet/machete/steel
)
/********** Utility Holsters End **********/
@@ -91,6 +91,8 @@
new /obj/item/device/beacon_locator(src)
new /obj/item/device/radio/beacon(src)
new /obj/item/pickaxe(src)
new /obj/item/material/hatchet/machete/steel(src)
new /obj/item/clothing/accessory/holster/utility/machete(src)
new /obj/item/device/measuring_tape(src)
new /obj/item/pickaxe/hand(src)
new /obj/item/storage/bag/fossils(src)