This commit is contained in:
Colin McLeod
2015-06-13 00:44:15 -07:00
parent 2106ec0e93
commit eb7383b31e

View File

@@ -245,7 +245,6 @@ angular.module('shipyard').factory('Ship', ['Components', 'calcShieldStrength',
var powerChange = slot == this.common[0];
if (old) { // Old component now being removed
console.log('this shouldn\'t happen', old);
switch (old.grp) {
case 'ft':
this.fuelCapacity -= old.capacity;