diff --git a/hypothalamus/hypothalamus-beh.md b/hypothalamus/hypothalamus-beh.md index 08859b8..acd2868 100644 --- a/hypothalamus/hypothalamus-beh.md +++ b/hypothalamus/hypothalamus-beh.md @@ -10,6 +10,9 @@ HYPOTHALAMUS-BEH type: container + tub_local: + OrganismicFatigue () + ``` ### BehDevPossibility: Scope @@ -21,17 +24,17 @@ In questo caso non trattiamo ad esempio il WINNERTAKEALL-DEV, perche' avremmo bi ```Gen BehDevPossibility: ( active: 60x ) - type: scope + type: scope # forse Contextor? contained_by: HYPOTHALAMUS in_context: Fixed # la disattivazione e' la non attivazione - condition: NOT ( DevPossible fullness ) # Day + condition: NOT ( OrganismicFatigue fullness ) # Day activate_scope: - NEURON-BEH - condition: ( DevPossible fullness ) # Night + condition: ( OrganismicFatigue fullness ) # Night activate_scope: - NEURON-DEV - WINNERTAKEALL-BEH