From a5f1cb0b47d14a17d42da0f2aa4bd459edbf0452 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Tue, 5 Feb 2019 16:43:10 +0100 Subject: [PATCH] Adding New Powercell to science OwO --- code/modules/research/designs.dm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/code/modules/research/designs.dm b/code/modules/research/designs.dm index ca5a88db4b..0d25cb909b 100644 --- a/code/modules/research/designs.dm +++ b/code/modules/research/designs.dm @@ -260,6 +260,15 @@ other types of metals and chemistry for reagents). category = "Misc" sort_string = "DAAAD" +/datum/design/item/powercell/high/hightech + name = "Self-charging power cell" + id = "selfch_cell" + req_tech = list(TECH_POWER = 5, TECH_MATERIAL = 4,TECH_BLUESPACE = 4) + materials = list(DEFAULT_WALL_MATERIAL = 2000,"glass" = 500) + build_path = /obj/item/weapon/cell/high/hightech + category = "Misc" + sort_string = "DAAAE" + /datum/design/item/powercell/device name = "device" build_type = PROTOLATHE