mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
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:
17
modular_chomp/code/modules/datums/supplypacks/munitions.dm
Normal file
17
modular_chomp/code/modules/datums/supplypacks/munitions.dm
Normal 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"
|
||||
Reference in New Issue
Block a user