Phobos-developers / Phobos

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

[Minor] Fix allies hospitals can not work properly #1415

Closed CrimRecya closed 2 weeks ago

CrimRecya commented 2 weeks ago

As the title says.

github-actions[bot] commented 2 weeks 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.

Starkku commented 2 weeks ago

Mind elaborating what exactly is broken here that this is supposed to fix?

I know there's a bug where the hospital now requires credits to operate which I have already fixed properly (alongside Units.RepairRate not working for Hospitals when the other stuff did).

CrimRecya commented 2 weeks ago

Mind elaborating what exactly is broken here that this is supposed to fix?

I know there's a bug where the hospital now requires credits to operate which I have already fixed properly (alongside Units.RepairRate not working for Hospitals when the other stuff did).

I found this problem in campaign, when infantry enter a hospital that is not owned by the player, they will not heal after coming out. Perhaps it's the issue you're referring to ?

Starkku commented 2 weeks ago

I found this problem in campaign, when infantry enter a hospital that is not owned by the player, they will not heal after coming out. Perhaps it's the issue you're referring to ?

If you could test it with latest develop nightly build that would help

CrimRecya commented 2 weeks ago

I found this problem in campaign, when infantry enter a hospital that is not owned by the player, they will not heal after coming out. Perhaps it's the issue you're referring to ?

If you could test it with latest develop nightly build that would help

It works!