proximity monitors cleanup (plus connect_range and connect_containers components) (#10192)

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
SkyratBot
2021-12-23 03:51:23 +00:00
committed by GitHub
co-authored by Ghom Tom Gandalf
parent 4a3b6aad67
commit 645b90d34a
35 changed files with 534 additions and 659 deletions
@@ -129,6 +129,8 @@
var/datum/material/selected_material = null
var/selected_alloy = null
var/datum/techweb/stored_research
///Proximity monitor associated with this atom, needed for proximity checks.
var/datum/proximity_monitor/proximity_monitor
/obj/machinery/mineral/processing_unit/Initialize(mapload)
. = ..()