Files

16 lines
539 B
Plaintext

/datum/supply_pack/munitions/Cowboy
name = "Cowboy Crate"
contains = list(
/obj/item/gun/projectile/revolver/saa,
/obj/item/clothing/head/cowboy/ranger,
/obj/item/clothing/accessory/holster/hip,
/obj/item/clothing/accessory/badge/sheriff,
/obj/item/clothing/accessory/cowboy_vest,
/obj/item/ammo_magazine/s45 = 2,
)
cost = 134 // yee haw, also damn you serdy for making me want to add this.
containertype = /obj/structure/closet/crate/secure
containername = "Cowboy Crate"
access = ACCESS_ARMORY
contraband = 1