mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-02-07 23:09:28 +00:00
* Fixes ignoring space turfs in difference checks (#73962) <!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable. --> <!-- You can view Contributing.MD for a detailed description of the pull request process. --> ## About The Pull Request I done fucked it lads. Space turfs are never initialized, so asserting all shareable turfs have a cycle below 0 is not safe. instead we'll use -infinity. if that ever breaks I'll eat my shoe Closes #73961 * Fixes ignoring space turfs in difference checks --------- Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>