long-war-2 / lwotc

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

Soldier respec time does not match LW2 #522

Closed Favid closed 4 years ago

Favid commented 5 years ago

In LW2, the time needed to respec soldiers was (rank * difficulty setting), instead of a flat 5 days. Changing this will likely require a Highlander hook.

pledbrook commented 5 years ago

This made use of a custom SoldierRespecced event. The code is currently in XComGameState_LWListenerManager.

pledbrook commented 5 years ago

Depends on highlander #624.