You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See this LWOTC issue for more details, but in essence, the base game prevents the player from carrying out a soldier more than once during a whole campaign. So if they're carried out once, and then collapse bleeding out in a subsequent mission, you have to leave them there.
I'd class this as a bug fix.
The text was updated successfully, but these errors were encountered:
The problem was that the game was setting the `bBodyRecovered` flag to true
and then never clearing it again. So you could carry a soldier out once, but
never again on any future missions.
This fix simply clears the flag at the beginning of tactical play.
See this LWOTC issue for more details, but in essence, the base game prevents the player from carrying out a soldier more than once during a whole campaign. So if they're carried out once, and then collapse bleeding out in a subsequent mission, you have to leave them there.
I'd class this as a bug fix.
The text was updated successfully, but these errors were encountered: