Files
kiwistation/code/LINDA
Kyle Spier-Swenson f51037ab5d Fixes spacewind applying twice when near unsimulated turfs
If an atom got spacewind;ed from a simulated turf to another simulated turf that was later on in the processing queue, and was set to space wind to a unsimulated turf, it would space wind those atoms twice in one fire of SSair.

Unsimulated turfs can't check for the air cycle at share time, because they themselves do not fire, so we have to move the check to the atoms.

This also fixes a few other minor edge cases in space wind, or at least i think it does, from tracing the code.
2016-01-09 07:51:49 -08:00
..