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)"