From 7b201998cf37e3d97cd5d6b6e1c5e9ec612785a2 Mon Sep 17 00:00:00 2001 From: Martinpachu Date: Wed, 21 Feb 2024 02:31:42 -0300 Subject: [PATCH] gfadsg --- code/modules/cargo/packs/gun.dm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/code/modules/cargo/packs/gun.dm b/code/modules/cargo/packs/gun.dm index f5c617c971cb..485dde2401fa 100644 --- a/code/modules/cargo/packs/gun.dm +++ b/code/modules/cargo/packs/gun.dm @@ -65,6 +65,14 @@ /obj/item/gun/energy/laser) crate_name = "laser crate" +/datum/supply_pack/gun/laser + name = "Mini Energy Gun Crate" + desc = "Contains two small, versatile energy guns, capable of firing both nonlethal and lethal blasts, but with a limited power cell." + cost = 1500 + contains = list(/obj/item/gun/energy/e_gun/mini, + /obj/item/gun/energy/e_gun/mini) + crate_name = "laser crate" + /datum/supply_pack/gun/energy name = "Energy Guns Crate" desc = "Contains two versatile energy guns, capable of firing both nonlethal and lethal blasts of light."