From 9c628924e541d6c415cb9eb8205caf55853175eb Mon Sep 17 00:00:00 2001 From: Iamgoofball Date: Wed, 20 Nov 2013 15:29:33 -0800 Subject: [PATCH] After a very prolonged set of Syndicate budget cuts, Detomatix PDA carts are no longer buildable --- code/modules/research/designs.dm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/code/modules/research/designs.dm b/code/modules/research/designs.dm index c611155a0ba..170b80622f3 100644 --- a/code/modules/research/designs.dm +++ b/code/modules/research/designs.dm @@ -1844,11 +1844,3 @@ datum/design/cart_captain materials = list("$metal" = 50, "$glass" = 50) build_path = "/obj/item/weapon/cartridge/captain" locked = 1 -datum/design/cart_traitor - name = "Detomatix Cart" - desc = "A data cartridge for portable microcomputers." - id = "cart_traitor" - req_tech = list("syndicate" = 2, "powerstorage" = 3) - build_type = PROTOLATHE - materials = list("$metal" = 50, "$glass" = 50) - build_path = "/obj/item/weapon/cartridge/syndicate"