mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-10 23:47:08 +01:00
Overmap exoplanet generation, ported from Bay. (#12362)
This commit is contained in:
@@ -26,7 +26,7 @@ var/datum/controller/subsystem/processing/SSprocessing
|
||||
var/datum/thing = current_run[current_run.len]
|
||||
current_run.len--
|
||||
if(!QDELETED(thing))
|
||||
if (thing.process() == PROCESS_KILL)
|
||||
if (thing.process(wait, times_fired) == PROCESS_KILL)
|
||||
stop_processing(thing)
|
||||
else
|
||||
processing -= thing
|
||||
|
||||
Reference in New Issue
Block a user