System.arraycopy(armor, 0, fullArmor, 1, armor.length);
for (int x = 0; x < fullArmor.length; x++) {
t.initializeArmor(fullArmor[x], x);
}
t.autoSetInternal();
loadEquipment(t, "Front", LargeSupportTank.LOC_FRONT);
loadEquipment(t, "Front Right", LargeSupportTank.LOC_FRONTRIGHT);
loadEquipment(t, "Front Left", LargeSupportTank.LOC_FRONTLEFT);
loadEquipment(t, "Rear Right", LargeSupportTank.LOC_REARRIGHT);