Removes the need for ComponentInitialize (#18833)

* removes `ComponentInitialize`

* mapload

* add back CRASH
This commit is contained in:
SteelSlayer
2022-08-18 22:00:19 +01:00
committed by GitHub
parent 170a6d4ea3
commit 358ff86ddb
22 changed files with 33 additions and 56 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
var/timing = FALSE
var/time = 10
/obj/item/assembly/prox_sensor/ComponentInitialize()
/obj/item/assembly/prox_sensor/Initialize(mapload)
. = ..()
AddComponent(/datum/component/proximity_monitor, _always_active = TRUE)