diff --git a/js/models/AppState.js b/js/models/AppState.js
index 23be9fea3eee0e8ab8fd641009b4a9e7eb5ad5d1..666f8145595beea8547ca37404bf2ae8cfccb10d 100644
--- a/js/models/AppState.js
+++ b/js/models/AppState.js
@@ -98,7 +98,8 @@ AppState = Backbone.Model.extend({
         allMachineTypes:{
             handOfGod: "Hand of God",
             shopbot: "Shopbot",
-            oneBit: "One Bit Bot"
+            oneBit: "One Bit Bot",
+            will: "Electronics Assembler"
         },
         allAssemblyStrategies: {
             raster: "Raster"
@@ -288,7 +289,7 @@ AppState = Backbone.Model.extend({
         dmaGlobals.lattice.clearCells();
         this._setData(JSON.parse(data), true);
         dmaGlobals.lattice._updateLatticeType(null, null, null, true);
-        dmaGlobals.lattice.trigger("change:scale");
+        dmaGlobals.lattice.trigger("change:scale");//todo make this better
     },
 
     saveUser: function(name){