From 268d11178a8d808cba92f19b95d1c3416c24ba3a Mon Sep 17 00:00:00 2001 From: Pro-gamer-window-vista10 <88635302+Pro-gamer-window-vista10@users.noreply.github.com> Date: Mon, 9 Aug 2021 06:31:08 +0200 Subject: [PATCH] Add's Grenade launcher to the cargo console the station lacks one since we dont have an armory roundstart so i decided to add one i was gonna add some grenades along with it in the crate but after some discussion i decided against it --- code/modules/cargo/packs.dm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/code/modules/cargo/packs.dm b/code/modules/cargo/packs.dm index f7a2af2ccfb..61136c3a883 100644 --- a/code/modules/cargo/packs.dm +++ b/code/modules/cargo/packs.dm @@ -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"