diff --git a/package.json b/package.json
index f237ac272e02ade35a8f1aa243c70a1216626f8c..e22daee19b83d19463a1c73a47a35d35364f4522 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,7 @@
     "prettier": "prettier --write src/**/*.js"
   },
   "dependencies": {
-    "aframe": "https://github.com/aframevr/aframe",
+    "aframe": "https://github.com/aframevr/aframe#c2c97c2",
     "aframe-extras": "^3.12.4",
     "aframe-input-mapping-component": "https://github.com/johnshaughnessy/aframe-input-mapping-component#23e2855",
     "aframe-physics-extras": "https://github.com/infinitelee/aframe-physics-extras#fix/physics-collider-crash",
diff --git a/templates/room.hbs b/templates/room.hbs
index 094a9e87971302df529dcaa8161cba4a20ddf1c5..a0097d18ded03350b35ba81f1c877e6d0a59bdde 100644
--- a/templates/room.hbs
+++ b/templates/room.hbs
@@ -122,7 +122,7 @@
                 <a-box 
                     class="collidable" 
                     remote-dynamic-body="counter: #counter"
-                     scale="0.25 0.25 0.25"
+                    scale="0.25 0.25 0.25"
                     material="color: green"
                 ></a-box>
             </script>
@@ -218,6 +218,7 @@
                                     hitEntity: #telepor-indicator;
                                     button: action_teleport_;"
                 networked="template: #right-hand-template;"
+                static-body="shape: sphere; sphereRadius: 0.02"
                 mixin="super-hands"
             ></a-entity>
         </a-entity>