// add the body to the armor array
for (int x = 0; x < armor.length; x++) {
t.initializeArmor(armor[x], x);
}
t.autoSetInternal();
String[] abbrs = t.getLocationNames();
for (int loop = 0; loop < t.locations(); loop++) {
loadEquipment(t, abbrs[loop], loop);
}