mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 06:54:18 +01:00
Updates subsystem definitions to new standards. (#17470)
* My heart is dragging me down into... ...oblivion! * drifting closer to the edge but she won't have me * ever round me we are dead before we meet her * for the last time * wake up in sweat * n * fff * uff --------- Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -96,9 +96,7 @@
|
||||
* as of right now this system operates on a subset of the important_recursive_contents list for atom/movable, specifically
|
||||
* [RECURSIVE_CONTENTS_HEARING_SENSITIVE] and [RECURSIVE_CONTENTS_CLIENT_MOBS] because both are those are both 1. important and 2. commonly searched for
|
||||
*/
|
||||
/var/datum/controller/subsystem/spatial_grid/SSspatial_grid
|
||||
|
||||
/datum/controller/subsystem/spatial_grid
|
||||
SUBSYSTEM_DEF(spatial_grid)
|
||||
name = "Spatial Grid"
|
||||
flags = SS_NO_FIRE
|
||||
|
||||
@@ -118,9 +116,6 @@
|
||||
///how many pregenerated /mob/abstract/oranges_ear instances currently exist. this should hopefully never exceed its starting value
|
||||
var/number_of_oranges_ears = NUMBER_OF_PREGENERATED_ORANGES_EARS
|
||||
|
||||
/datum/controller/subsystem/spatial_grid/New()
|
||||
NEW_SS_GLOBAL(SSspatial_grid)
|
||||
|
||||
/datum/controller/subsystem/spatial_grid/Initialize(start_timeofday)
|
||||
. = ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user