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"