Don't even ask (#28351)

This commit is contained in:
Exxion
2020-12-10 02:04:21 -05:00
committed by GitHub
parent 44e2a63e51
commit d40e160af8

View File

@@ -41,12 +41,6 @@ It also must be positive. Technically it can be 0 without breaking physics, but
machine_flags = MULTITOOL_MENU
/obj/machinery/atmospherics/binary/heat_pump/New()
..()
if(ticker)
initialize()
/obj/machinery/atmospherics/binary/heat_pump/process()
. = ..()
if(!on || stat & (NOPOWER | BROKEN))