From 0516a6f54d52aa0bbd85d23da71ebdcd632a238c Mon Sep 17 00:00:00 2001 From: Colin McLeod Date: Tue, 22 Sep 2015 09:13:21 -0700 Subject: [PATCH] Use calculated boost speed in comparisons. Fixes #91 --- app/js/shipyard/module-shipyard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/js/shipyard/module-shipyard.js b/app/js/shipyard/module-shipyard.js index 296a4d19..514acadc 100755 --- a/app/js/shipyard/module-shipyard.js +++ b/app/js/shipyard/module-shipyard.js @@ -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'