mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
Removes the need for ComponentInitialize (#18833)
* removes `ComponentInitialize` * mapload * add back CRASH
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user