From d775d010d6f85118c60006b8fb746ea812097dde Mon Sep 17 00:00:00 2001 From: "trubblebass@gmail.com" Date: Fri, 3 Feb 2012 23:25:14 +0000 Subject: [PATCH] - Fixes an incorrect object path for the E-Crossbow that was causing RnD stuff to crash. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3029 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/research/designs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/research/designs.dm b/code/modules/research/designs.dm index 81d5c6c3227..c0ae68bd881 100644 --- a/code/modules/research/designs.dm +++ b/code/modules/research/designs.dm @@ -1287,7 +1287,7 @@ datum req_tech = list("combat" = 4, "materials" = 5, "engineering" = 3, "biotech" = 4, "syndicate" = 3) build_type = PROTOLATHE materials = list("$metal" = 5000, "$glass" = 1000, "$uranium" = 1000, "$silver" = 1000) - build_path = "/obj/item/weapon/gun/energy/largecrossbow" + build_path = "/obj/item/weapon/gun/energy/crossbow/largecrossbow" temp_gun name = "Temperature Gun"