mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Adds Soul (Machetes) (#15777)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user