Split utility mounts and hard points, add refuel time

This commit is contained in:
Colin McLeod
2015-05-26 20:18:20 -07:00
parent a8ec29d643
commit 484e2ca85f
5 changed files with 17 additions and 12 deletions

View File

@@ -4,7 +4,8 @@ angular.module('app').directive('slotInternal', ['$rootScope', function ($r) {
scope:{
c: '=slot',
lbl: '=',
opts: '='
ft: '=',
},
templateUrl: 'views/_slot-internal.html',
link: function(scope) {