From 523498c85a539be3dbeb4130e87dae1bb11db32c Mon Sep 17 00:00:00 2001 From: Xhuis Date: Sun, 18 Jun 2017 21:54:20 -0400 Subject: [PATCH] . = --- .../machinery/components/unary_devices/thermomachine.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/atmospherics/machinery/components/unary_devices/thermomachine.dm b/code/modules/atmospherics/machinery/components/unary_devices/thermomachine.dm index a127f1955d6..1ff374a9bb7 100644 --- a/code/modules/atmospherics/machinery/components/unary_devices/thermomachine.dm +++ b/code/modules/atmospherics/machinery/components/unary_devices/thermomachine.dm @@ -36,7 +36,7 @@ /obj/item/weapon/stock_parts/console_screen = 1) /obj/item/weapon/circuitboard/machine/thermomachine/Initialize() - ..() + . = ..() if(!build_path) if(prob(50)) name = "Freezer (Machine Board)"