mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
powder that enable the files
This commit is contained in:
@@ -1,17 +1,15 @@
|
||||
/datum/supply_pack/munitions/Cowboy
|
||||
name = "Cowboy Crate"
|
||||
contains = list(
|
||||
/obj/item/weapon/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/s45lc
|
||||
/obj/item/ammo_magazine/s45lc
|
||||
/obj/item/weapon/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/s45lc = 2,
|
||||
)
|
||||
cost = 134 // yee haw, also damn you serdy for making me want to add this.
|
||||
containertype = /obj/structure/closet/crate/secure/weapon
|
||||
containertype = /obj/structure/closet/crate/secure
|
||||
containername = "Cowboy Crate"
|
||||
access = access_armory
|
||||
contraband = 1
|
||||
group = "Munitions"
|
||||
contraband = 1
|
||||
Reference in New Issue
Block a user