Fixed Known Issue 6: Domestic Advisor draft unit display bug
- The calculatePotentialConscriptUnit function was blindly using
the return value from CyCity.getConscriptUnit() which results
in a value of -1 (UNIT_NONE) when there is no unit that can be
drafted. This is causes the getUnitInfo that is run with that
value to fail. So now calculatePotentialConscriptUni checks what
the unit is and if it it not valid it returns an empty string.
Modifed File:
Assets\Python\Screens\CvCustomizableDomesticAdvisor.py