long-war-2 / lwotc

Port of Long War 2 to XCOM 2's War of the Chosen expansion
342 stars 89 forks source link

Squad deploys as concealed for supply raid below 100% infiltrated #104

Closed ansabalirai closed 5 years ago

ansabalirai commented 5 years ago

One of the ways farming underinfiltrated supply raids was nerfed was through having no squad concealment when below 100% infiltrated. This does not seem to be the case in alpha 2 and so should be fixed. No save game handy but can be easily reproduced.

pledbrook commented 5 years ago

This is handled by XCGS_LWListenerManager.CheckForConcealOverride(), which relies on an 'OnSetMissionConceal' event that needs adding to the highlander.

pledbrook commented 5 years ago

Actually, XCGS_BattleData has a bForceNoSquadConcealment property that we could use. Much simpler!