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.
This commit is contained in:
skull132
2014-12-20 20:34:07 +02:00
parent a5ea1e10b2
commit f83bcb88b8
+1 -1
View File
@@ -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."