Fix to armour total in comparison

This commit is contained in:
Colin McLeod
2015-05-26 01:47:09 -07:00
parent 196e24f99d
commit 01bc3104d2

View File

@@ -94,7 +94,7 @@ angular.module('shipyard', ['ngLodash'])
}, },
{ // 2 { // 2
title: 'Armour', title: 'Armour',
props: ['armour'], props: ['armourTotal'],
unit: '', unit: '',
fmt: 'fCrd' fmt: 'fCrd'
}, },