From 6f07a17dc88bab6cc35f2761203999bc9124ea3f Mon Sep 17 00:00:00 2001 From: Atlantis Date: Thu, 31 Dec 2015 21:29:58 +0100 Subject: [PATCH] Makes it possible to turn the NanoPrinter off in configuration program --- code/modules/modular_computers/hardware/nano_printer.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/modular_computers/hardware/nano_printer.dm b/code/modules/modular_computers/hardware/nano_printer.dm index f179b9646a5..387350157da 100644 --- a/code/modules/modular_computers/hardware/nano_printer.dm +++ b/code/modules/modular_computers/hardware/nano_printer.dm @@ -2,6 +2,7 @@ name = "nano printer" desc = "Small integrated printer with scanner and paper recycling module." power_usage = 50 + critical = 0 icon_state = "printer" hardware_size = 1 var/stored_paper = 5