antdroidx / CFB-Coach-v1

College Football Coach Career: An Re-Coding Expansion of https://github.com/jonesguy14/footballcoach
https://play.google.com/store/apps/details?id=antdroid.cfbcoach
41 stars 134 forks source link

Defensive Player Progression #27

Closed dathomas1 closed 6 years ago

dathomas1 commented 6 years ago

The defensive players uses the Coach's Offensive Rating when calculating progression. See below:

progression = (ratPot 3 + team.HC.get(0).ratTalent 2 + team.HC.get(0).ratOff) / 6;

antdroidx commented 6 years ago

THANKS!! Fixed