if (dataFile.exists("troopers")) {
int troopers = dataFile.getDataAsInt("troopers")[0];
t.initializeInternal(troopers, Infantry.LOC_INFANTRY);
if (t.hasWorkingMisc(MiscType.F_TOOLS, MiscType.S_HEAVY_ARMOR)) {
t.initializeArmor(troopers, Infantry.LOC_INFANTRY);
}
} else {
t.autoSetInternal();
}