summaryrefslogtreecommitdiffhomepage
path: root/host/simu/robots/guybrush/model/clamps.py
diff options
context:
space:
mode:
Diffstat (limited to 'host/simu/robots/guybrush/model/clamps.py')
-rw-r--r--host/simu/robots/guybrush/model/clamps.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/host/simu/robots/guybrush/model/clamps.py b/host/simu/robots/guybrush/model/clamps.py
index 5d75ecb4..664f0bdd 100644
--- a/host/simu/robots/guybrush/model/clamps.py
+++ b/host/simu/robots/guybrush/model/clamps.py
@@ -155,6 +155,8 @@ class Clamps (Observable):
def __add_load (self, elements):
"""Add element list to load."""
+ for e in elements:
+ e.level = 1
self.load.extend (elements)
def __get_floor_elements (self):