code/controllers/subsystem/fluids.dm
SS_PROCESSES_SPREADING | Indicates that a fluid subsystem processes fluid spreading. |
---|---|
SS_PROCESSES_EFFECTS | Indicates that a fluid subsystem processes fluid effects. |
/var/SSfluids | Throwing only becomes acceptable after the explosions process, so we don't miss stuff that explosions GENERATE |
/var/SSsmoke | The subsystem responsible for processing smoke propagation and effects. |
/var/SSfoam | The subsystem responsible for processing foam propagation and effects. |
Define Details
SS_PROCESSES_EFFECTS
Indicates that a fluid subsystem processes fluid effects.
SS_PROCESSES_SPREADING
Indicates that a fluid subsystem processes fluid spreading.