Move furnace init variable

Moves the init_process variable above the var defines to drastically improve style.

Requested by SandPoot.
This commit is contained in:
Darius
2022-12-26 22:35:22 -05:00
parent dae235f97c
commit b8079b108f
+1 -1
View File
@@ -121,12 +121,12 @@
icon_state = "furnace"
density = TRUE
needs_item_input = TRUE
init_process = TRUE
var/obj/machinery/mineral/CONSOLE = null
var/on = FALSE
var/datum/material/selected_material = null
var/selected_alloy = null
var/datum/techweb/stored_research
init_process = TRUE
/obj/machinery/mineral/processing_unit/Initialize(mapload)
. = ..()