Reply To cazfi
dai_unit_defense_desirability() currently returns 'int', though the return value is used as an 'adv_want' and the math within the function would benefit from non-integer accuracy. Make it to return adv_want.
dai_unit_attack_desirability() was actually even more in need of this change, as it does much more division operations.
dai_unit_defense_desirability() currently returns 'int', though the return value is used as an 'adv_want' and the math within the function would benefit from non-integer accuracy. Make it to return adv_want.