Skip to content
This repository has been archived by the owner on Sep 17, 2022. It is now read-only.

Add's Grenade launcher to the cargo console #112

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions code/modules/cargo/packs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,13 @@
crate_name = "ion rifle crate"
crate_type = /obj/structure/closet/crate/secure/plasma
dangerous = TRUE

/datum/supply_pack/security/armory/grenade_launcher
name = "Grenade Launcher Crate"
desc = "A handy grenade launcher that will fire any sort of grenade you come across."
cost = 6500
small_item = FALSE
contains = list(/obj/item/gun/grenadelauncher)

/datum/supply_pack/security/armory/mindshield
name = "Mindshield Implants Crate"
Expand Down