mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-28 06:26:29 +01:00
10 lines
299 B
Plaintext
10 lines
299 B
Plaintext
/datum/supply_packs/munitions/expeditionguns
|
|
name = "Frontier phaser (station-locked) crate"
|
|
contains = list(
|
|
/obj/item/weapon/gun/energy/frontier/locked = 2,
|
|
)
|
|
cost = 35
|
|
containertype = /obj/structure/closet/crate/secure
|
|
containername = "frontier phaser crate"
|
|
access = access_explorer
|