From 269f6fafb1ec5a120ecfb624b9439453e44c08db Mon Sep 17 00:00:00 2001 From: Gristlebee <56049844+Gristlebee@users.noreply.github.com> Date: Thu, 18 Apr 2024 20:48:51 -0700 Subject: [PATCH] Fixes the laser gun being unbuyable from the outpost (#2895) ## About The Pull Request The laser gun and mini e-gun had the same datum path, so the laser couldn't be bought. ## Why It's Good For The Game Bug fixes good ## Changelog :cl: fix: The laser gun can be bought at the outpost again. /:cl: --- code/modules/cargo/packs/gun.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/cargo/packs/gun.dm b/code/modules/cargo/packs/gun.dm index 588931aa25b1..b1db19bd28e3 100644 --- a/code/modules/cargo/packs/gun.dm +++ b/code/modules/cargo/packs/gun.dm @@ -60,7 +60,7 @@ contains = list(/obj/item/gun/energy/laser) crate_name = "laser crate" -/datum/supply_pack/gun/laser +/datum/supply_pack/gun/mini_energy name = "Mini Energy Gun Crate" desc = "Contains a small, versatile energy gun, capable of firing both nonlethal and lethal blasts, but with a limited power cell." cost = 500