Revert "12/21 modernizations from TG live"
This commit is contained in:
@@ -2,9 +2,9 @@ var/datum/subsystem/spacedrift/SSspacedrift
|
||||
|
||||
/datum/subsystem/spacedrift
|
||||
name = "Space Drift"
|
||||
priority = 30
|
||||
priority = 40
|
||||
wait = 5
|
||||
flags = SS_NO_INIT|SS_KEEP_TIMING
|
||||
flags = SS_NO_INIT|SS_BACKGROUND
|
||||
|
||||
var/list/currentrun = list()
|
||||
var/list/processing = list()
|
||||
@@ -61,4 +61,3 @@ var/datum/subsystem/spacedrift/SSspacedrift
|
||||
AM.inertia_last_loc = AM.loc
|
||||
if (MC_TICK_CHECK)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user