Browse Source

add precisions to todo

Bastien Sevajol 8 years ago
parent
commit
178bd0dd79
1 changed files with 4 additions and 1 deletions
  1. 4 1
      intelligine/synergy/event/transport/PutableAction.py

+ 4 - 1
intelligine/synergy/event/transport/PutableAction.py View File

@@ -18,7 +18,10 @@ class PutableAction(Action):
18 18
         obj_transported = obj.get_carried()
19 19
 
20 20
         obj_transported.set_carried_by(None)
21
-        #  TODO: re controle de si posable ? (5 max etc)
21
+        #  TODO: re controle de si posable ? La position a été calculé
22
+        #  dans le process. Ce qui fait que la situation peut avoir changer.
23
+        # Soit: Recalculer d'office BrainPut.cant_put_at.. Soit le recalculer que si le hash
24
+        # de ce qu'il y a la a changer ?
22 25
         obj.put_carry(obj_transported, position_to_put)
23 26
         context.metas.value.set(CANT_CARRY_STILL, obj.get_id(), 5)
24 27