From 758e7cdc7a0846e0722b9ac63330c331ade7d5d5 Mon Sep 17 00:00:00 2001 From: Firecage Date: Mon, 26 Dec 2016 23:03:26 +0200 Subject: [PATCH] adds ..() to /New() --- .../machinery/components/unary_devices/thermomachine.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/atmospherics/machinery/components/unary_devices/thermomachine.dm b/code/modules/atmospherics/machinery/components/unary_devices/thermomachine.dm index adbc9a5bba9..52f72aee38f 100644 --- a/code/modules/atmospherics/machinery/components/unary_devices/thermomachine.dm +++ b/code/modules/atmospherics/machinery/components/unary_devices/thermomachine.dm @@ -34,6 +34,7 @@ /obj/item/weapon/stock_parts/console_screen = 1) /obj/item/weapon/circuitboard/machine/thermomachine/New() + ..() if(prob(50)) name = "circuit board (Freezer)" build_path = /obj/machinery/atmospherics/components/unary/thermomachine/freezer