mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-21 20:27:42 +01:00
16 lines
539 B
Plaintext
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
|