From 3f277262b9e22f43e44efc203dc6e7c90fd13443 Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Sun, 14 Sep 2025 05:51:25 -0700 Subject: [PATCH] [MIRROR] Backward netgun science entries (#11642) Co-authored-by: Will <7099514+Willburd@users.noreply.github.com> --- code/modules/research/tg/designs/weapon_designs.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/research/tg/designs/weapon_designs.dm b/code/modules/research/tg/designs/weapon_designs.dm index 9f6f355e23..599d9ec696 100644 --- a/code/modules/research/tg/designs/weapon_designs.dm +++ b/code/modules/research/tg/designs/weapon_designs.dm @@ -363,7 +363,7 @@ // req_tech = list(TECH_COMBAT = 3, TECH_MATERIAL = 5, TECH_MAGNET = 3) build_type = PROTOLATHE materials = list(MAT_STEEL = 6000, MAT_GLASS = 3000) - build_path = /obj/item/gun/energy/netgun/shrink + build_path = /obj/item/gun/energy/netgun category = list( RND_CATEGORY_WEAPONS + RND_SUBCATEGORY_WEAPONS_RANGED ) @@ -375,7 +375,7 @@ id = "sizenetgun" build_type = PROTOLATHE materials = list(MAT_STEEL = 6000, MAT_GLASS = 4000) - build_path = /obj/item/gun/energy/netgun + build_path = /obj/item/gun/energy/netgun/shrink category = list( RND_CATEGORY_WEAPONS + RND_SUBCATEGORY_WEAPONS_RANGED )