From fab96e625b201535481400caa594048c7b5cc488 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Mon, 27 Jul 2015 14:01:01 -0400 Subject: [PATCH] Fixes the Power Monitor Being Unconstructible --- code/game/machinery/computer/buildandrepair.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/computer/buildandrepair.dm b/code/game/machinery/computer/buildandrepair.dm index 620ad17e21d..efae79d86f1 100644 --- a/code/game/machinery/computer/buildandrepair.dm +++ b/code/game/machinery/computer/buildandrepair.dm @@ -127,7 +127,7 @@ origin_tech = "programming=2;powerstorage=2" /obj/item/weapon/circuitboard/powermonitor name = "Circuit board (Power Monitor)" - build_path = "/obj/machinery/power/monitor" + build_path = "/obj/machinery/computer/monitor" /obj/item/weapon/circuitboard/olddoor name = "Circuit board (DoorMex)" build_path = "/obj/machinery/computer/pod/old"