diff --git a/code/modules/research/designs.dm b/code/modules/research/designs.dm index ac7bb491ff..047626e9b8 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)