Skeleton traders will no longer spawn naked (#31089)

This commit is contained in:
ShiftyRail
2021-10-16 08:42:47 +01:00
committed by GitHub
parent a623099176
commit 4fe87fbe43

View File

@@ -29,9 +29,23 @@
slot_wear_suit_str = /obj/item/clothing/suit/space/vox/civ/trader/flex,
slot_head_str = /obj/item/clothing/head/helmet/space/vox/civ/trader/flex,
slot_wear_mask_str = /obj/item/clothing/mask/breath,
),
/datum/species/skellington/skelevox = list(
slot_w_uniform_str =/obj/item/clothing/under/vox/vox_robes,
slot_shoes_str = /obj/item/clothing/shoes/magboots/vox,
slot_belt_str = /obj/item/device/radio,
slot_wear_suit_str = /obj/item/clothing/suit/space/vox/civ/trader,
slot_head_str = /obj/item/clothing/head/helmet/space/vox/civ/trader,
slot_wear_mask_str = /obj/item/clothing/mask/breath/vox,
)
)
equip_survival_gear = list(
/datum/species/vox = /obj/item/weapon/storage/box/survival/engineer/vox,
)
items_to_collect = list(
/obj/item/weapon/storage/wallet/trader = SURVIVAL_BOX,
)