From f83bcb88b873ba2193779add2c765d41c26f05dd Mon Sep 17 00:00:00 2001 From: skull132 Date: Sat, 20 Dec 2014 16:09:57 +0200 Subject: [PATCH] Signal Ace Lathing Fix Fixes the bug where the creation of the Signal Ace 2 cartridge in the protolathe causes a crash of the menus. --- 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 2923343f..a367e458 100644 --- a/code/modules/research/designs.dm +++ b/code/modules/research/designs.dm @@ -1968,7 +1968,7 @@ datum/design/cart_toxins req_tech = list("engineering" = 2, "powerstorage" = 3) build_type = PROTOLATHE materials = list("$metal" = 50, "$glass" = 50) - build_path = "/obj/item/weapon/cartridge/toxins" + build_path = "/obj/item/weapon/cartridge/signal/science" datum/design/cart_quartermaster name = "Space Parts & Space Vendors Cartridge" desc = "A data cartridge for portable microcomputers."