From 522f745e71d2391567e247164ca00165f07dca7c Mon Sep 17 00:00:00 2001 From: Tastyfish Date: Sat, 31 Dec 2011 16:56:55 -0500 Subject: [PATCH] somehow this bug was only an issue once in a real game, fixed --- code/modules/research/designs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/research/designs.dm b/code/modules/research/designs.dm index ac7bb491ffb..047626e9b85 100644 --- a/code/modules/research/designs.dm +++ b/code/modules/research/designs.dm @@ -369,7 +369,7 @@ datum light_switch name = "Circuit Design (Light Switch)" desc = "Allows for the construction of circuit boards used to build light switches." - id = "status_display" + id = "light_switch" req_tech = list("engineering" = 2) build_type = IMPRINTER materials = list("$glass" = 2000, "acid" = 20)