mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Fixes~
This commit is contained in:
@@ -695,6 +695,18 @@ var/list/all_supply_groups = list("Operations","Security","Hospitality","Enginee
|
|||||||
access = access_armory
|
access = access_armory
|
||||||
group = "Security"
|
group = "Security"
|
||||||
|
|
||||||
|
/datum/supply_packs/erifle
|
||||||
|
name = "Energy marksman crate"
|
||||||
|
contains = list(/obj/item/clothing/suit/armor/laserproof,
|
||||||
|
/obj/item/clothing/suit/armor/laserproof,
|
||||||
|
/obj/item/weapon/gun/energy/sniperrifle,
|
||||||
|
/obj/item/weapon/gun/energy/sniperrifle)
|
||||||
|
cost = 50
|
||||||
|
containertype = /obj/structure/closet/crate/secure
|
||||||
|
containername = "Energy marksman crate"
|
||||||
|
access = access_armory
|
||||||
|
group = "Security"
|
||||||
|
|
||||||
/datum/supply_packs/shotgunammo
|
/datum/supply_packs/shotgunammo
|
||||||
name = "Shotgun shells"
|
name = "Shotgun shells"
|
||||||
contains = list(/obj/item/ammo_casing/shotgun,
|
contains = list(/obj/item/ammo_casing/shotgun,
|
||||||
|
|||||||
Reference in New Issue
Block a user