mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 14:37:27 +01:00
adds particle guns to science and cargo
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
|
||||
/datum/supply_packs/misc/beltminer
|
||||
name = "Belt-miner gear crate"
|
||||
contains = list(
|
||||
/obj/item/weapon/gun/energy/particle = 2,
|
||||
/obj/item/weapon/cell/device/weapon = 2,
|
||||
/obj/item/weapon/storage/firstaid/regular = 1,
|
||||
/obj/item/device/gps = 2,
|
||||
/obj/item/weapon/storage/box/traumainjectors = 1
|
||||
)
|
||||
cost = 50
|
||||
containertype = /obj/structure/closet/crate/secure/gear
|
||||
containername = "Belt-miner gear crate"
|
||||
access = access_mining
|
||||
Reference in New Issue
Block a user