723Studio / OpenXcom_FTA

Fork of OXCE project with additions to support From the Ashes project
http://x-comfromtheashes.tilda.ws/
GNU General Public License v3.0
14 stars 18 forks source link

Reduce not native exp at the end of a month #207

Closed Finnik723 closed 1 year ago

Finnik723 commented 1 year ago

At month end (void GeoscapeState::time1Month()), divide by 2 all experience if rank in that role is < 1; Soldier roles data available in std::vector<SoldierRoleRanks*> Soldier::getRoles().