Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] Fix Bluespace RPEDs not applying circuits at a distance when…
… you have multiple options. (#1175) * Fix Bluespace RPEDs not applying circuits at a distance when you have multiple options. (#81670) ## About The Pull Request As per #81668, Bluespace RPEDs weren't applying circuits at a distance if you had multiple options. Looking into it, this seemed to be because the sanity checks after the selection menu had been closed accounted for adjacency but not that the replacer could work at a distance. Adding a check for this fixed it. I then decided splitting this off into its own if statement would be best for our long-term sanity, given the first if was getting quite long and the added parenthesis really would not help. ## Why It's Good For The Game Fixes #81668. ## Changelog :cl: fix: Fixed Bluespace RPEDs failing to apply circuits from a distance if you had to select between multiple. /:cl: * Fix Bluespace RPEDs not applying circuits at a distance when you have multiple options. --------- Co-authored-by: _0Steven <[email protected]>
- Loading branch information