Phobos-developers / Phobos

Ares-compatible C&C Red Alert 2: Yuri's Revenge engine extension
GNU Lesser General Public License v3.0
302 stars 97 forks source link

[BugFix] Select allied country units that have been cloaked #1389

Open a851903106 opened 2 months ago

a851903106 commented 2 months ago

Phobos allow the player to observe friendly units that have been cloaked, but they cannot be selected unless a unit with Sensors=yes is present nearby. bug

So I made a short fix to select units with Sensors=yes even if they don't exist nearby. fix

github-actions[bot] commented 2 months ago

Nightly build for this pull request:

This comment is automatic and is meant to allow guests to get latest nightly builds for this pull request without registering. It is updated on every successful build.

chaserli commented 2 months ago

Partially already implemented, partially in another PR

https://github.com/CnCNet/yrpp-spawner/pull/20 https://github.com/CnCNet/yrpp-spawner/blob/main/src/Misc/Observers.Visibility.cpp

Metadorius commented 1 month ago

So uhh what are we doing with this one?