Modular datums folder and examples

Adds a datums folder and a supplypack subfolder while moving over the existing medical_ch.dm and adding a munitions one which adds a cowboy crate because serdy bussed me in a colt once and this gives me an excuse to actually code and help out with the modularity.
This commit is contained in:
LordSaladin
2022-05-05 18:14:23 +01:00
parent 258b3b8a82
commit 1c69e41e9f
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
/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
)
cost = 134 // yee haw, also damn you serdy for making me want to add this.
containertype = /obj/structure/closet/crate/secure/weapon
containername = "Cowboy Crate"
access = access_armory
contraband = 1
group = "Munitions"