Use calculated boost speed in comparisons. Fixes #91

This commit is contained in:
Colin McLeod
2015-09-22 09:13:21 -07:00
parent eb8373f8b4
commit 0516a6f54d

View File

@@ -87,7 +87,7 @@ angular.module('shipyard', ['ngLodash'])
},
{ // 1
title: 'speed',
props: ['topSpeed', 'boost'],
props: ['topSpeed', 'topBoost'],
lbls: ['thrusters', 'boost'],
unit: 'm/s',
fmt: 'fCrd'