The Schlorrgo test fail has stumped me for too long, on a complete whim
I threw it at the AI I normally use for math tutoring.
Please do not merge this, I'm making the runners do this repeatedly in
order to attempt to actually find out why the test fail is happening.
I also tested this to verify the game actually still works.
<img width="1081" height="579" alt="image"
src="https://github.com/user-attachments/assets/32b9bf86-c4cc-4a09-8776-e0127a964fd1"
/>
Refactored (second passage) how movement works, now it's mostly in line
with TG handling and avoids calling 3 gazillion Cross() Uncross() etc.
on every atom in a turf.
Fixed EMP protection from species not actually protecting (this includes
the surge prevention for IPCs).
Fixed EMP 3D calculation runtiming because I forgot to make the value
absolute and it was doing the square root of a negative number.
It's now possible to queue the round to start with the Start Round verb
even while the system is initializing, for an even faster pain train to
enter the round and test things.