From 8ad1a3cb26dbf0b0b55415c20fda2d2b69da4b45 Mon Sep 17 00:00:00 2001 From: "n3ophyt3@gmail.com" Date: Sat, 19 Mar 2011 05:10:12 +0000 Subject: [PATCH] Super/Mrs pacman generators should now be properly constructable. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1210 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/machinery/constructable_frame.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/machinery/constructable_frame.dm b/code/game/machinery/constructable_frame.dm index 76fdc97239e..e8eaa75a317 100644 --- a/code/game/machinery/constructable_frame.dm +++ b/code/game/machinery/constructable_frame.dm @@ -180,10 +180,12 @@ to destroy them and players will be able to make replacements. /obj/item/weapon/circuitboard/pacman/super name = "Circuit Board (SUPERPACMAN-type Generator)" + build_path = "/obj/machinery/power/port_gen/pacman/super" origin_tech = "powerstorage=4;plasmatech=5" /obj/item/weapon/circuitboard/pacman/mrs name = "Circuit Board (MRSPACMAN-type Generator)" + build_path = "/obj/machinery/power/port_gen/pacman/mrs" origin_tech = "powerstorage=5;plasmatech=6" obj/item/weapon/circuitboard/rdserver