small fix on armor display.

This commit is contained in:
Blood-Asp 2016-01-03 03:19:47 +01:00
parent 63f9e2e457
commit dd6e61da16

View file

@ -402,7 +402,7 @@ public class ModularArmor_Item extends ItemArmor implements ISpecialArmor, IGogg
}else if(this.data.armorTier==2){
tier="e2";
}
if(this.data.type==0||this.data.type==1){
if(this.data.type==0||this.data.type==1||this.data.type==3){
armor = GT_Values.RES_PATH_MODEL+"armor/"+tier+"_helmet_chest.png";
}else{
armor = GT_Values.RES_PATH_MODEL+"armor/"+tier+"_leggings_boots.png";