This commit is contained in:
Simon Lübeß
2024-04-08 19:08:37 +02:00
parent 03c7dc8b9e
commit 9efd40b480
14 changed files with 1562 additions and 1959 deletions

View File

@ -237,6 +237,8 @@ public class Developer : MonoBehaviour
_happiness += 0.2;
}
_urgeToUrinateLevel -= caffeineAmount / 0.5f;
_wantedDrink = WantedConsumable.None;
}
@ -270,6 +272,8 @@ public class Developer : MonoBehaviour
_happiness += 0.2;
}
_urgeToUrinateLevel -= foodAmount / 0.5f;
_wantedFood = WantedConsumable.None;
}