mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-15 11:39:18 +00:00
* Unit tests range suck Ok so we currently rely on some undefined behavior in energy_ball code Namely, the range() family will return turfs in least/greatest get_dist This is VERY useful for optimizing the tesla, but it's also undefined, and lummy could change it any day now. So let's at least unit test it so if it breaks we can remove it