mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-25 08:34:23 +00:00
Ok so in linda turfs use current_cycle to tell if they've been visited by process_cell yet. In a recent pr of mine, I expanded its use to init, so I could make sure we don't double visit tiles. However, I did this in such a way that it could in theory overrun into a number that you might find in ssair. So I've changed the logic to make it decrement, so it's safe in the worst case