Space Station 13 - Modules - Types

code/controllers/subsystem/SSair.dm

/datum/resumable_cost_counterA cost counter for resumable, repeating processes.
/datum/milla_safeCreate a subclass of this and implement on_run to manipulate tile air safely.
/datum/milla_safe_must_sleepCreate a subclass of this and implement on_run to manipulate tile air safely. ONLY USE THIS VERSION IF YOU CAN'T AVOID SLEEPING; it will delay atmos ticks!