- 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
This commit is contained in:
trubblebass@gmail.com
2012-02-03 23:25:14 +00:00
parent 6b23587fb6
commit d775d010d6

View File

@@ -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"