From 7ae3dfa0408cb86ee0c090a77c6ce11335b2f0f8 Mon Sep 17 00:00:00 2001 From: "aranclanos@hotmail.com" Date: Fri, 18 Jan 2013 22:10:36 +0000 Subject: [PATCH] Runtime fixes for building computers with mech boards or an AI core circuit. I changed their board_type to "other" instead of the default one, "computer" git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5578 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/machinery/computer/buildandrepair.dm | 1 + code/game/mecha/mecha_parts.dm | 1 + 2 files changed, 2 insertions(+) diff --git a/code/game/machinery/computer/buildandrepair.dm b/code/game/machinery/computer/buildandrepair.dm index 9fa08592620..9917cf04abf 100644 --- a/code/game/machinery/computer/buildandrepair.dm +++ b/code/game/machinery/computer/buildandrepair.dm @@ -39,6 +39,7 @@ /obj/item/weapon/circuitboard/aicore name = "Circuit board (AI core)" origin_tech = "programming=4;biotech=2" + board_type = "other" /obj/item/weapon/circuitboard/aiupload name = "Circuit board (AI Upload)" build_path = "/obj/machinery/computer/aiupload" diff --git a/code/game/mecha/mecha_parts.dm b/code/game/mecha/mecha_parts.dm index e35d573c974..9d8c0696b29 100644 --- a/code/game/mecha/mecha_parts.dm +++ b/code/game/mecha/mecha_parts.dm @@ -402,6 +402,7 @@ icon = 'icons/obj/module.dmi' icon_state = "std_mod" item_state = "electronic" + board_type = "other" flags = FPRINT | TABLEPASS | CONDUCT force = 5.0 w_class = 2.0