From d3a0b3b3922a41ea0391650b79ceab82de2eb1d2 Mon Sep 17 00:00:00 2001 From: ocrampal Date: Wed, 6 May 2026 14:08:32 +0200 Subject: [PATCH] varie --- hypothalamus/hypothalamus-beh.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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