From 6aba9269f64d4cb4362472d21af35fb53829d86a Mon Sep 17 00:00:00 2001 From: Putnam Date: Wed, 26 May 2021 08:10:26 -0700 Subject: [PATCH] these are atmos machines. learn to program --- code/modules/atmospherics/machinery/other/miner.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/atmospherics/machinery/other/miner.dm b/code/modules/atmospherics/machinery/other/miner.dm index 4ade53eab3..b79acfa7d8 100644 --- a/code/modules/atmospherics/machinery/other/miner.dm +++ b/code/modules/atmospherics/machinery/other/miner.dm @@ -118,7 +118,7 @@ on_overlay.color = overlay_color add_overlay(on_overlay) -/obj/machinery/atmospherics/miner/process() +/obj/machinery/atmospherics/miner/process_atmos() update_power() check_operation() if(active && !broken)