From 335c1a0b816798b81064c93a500b98b96888386a Mon Sep 17 00:00:00 2001 From: Gaxeer <44334376+Gaxeer@users.noreply.github.com> Date: Tue, 21 Jan 2025 19:54:02 +0200 Subject: [PATCH] enable mood by default (#1040) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Что этот PR делает Включат mood по умолчанию ## Changelog :cl: config: Mood теперь включен по умолчанию /:cl: ## Summary by Sourcery Enhancements: - Enable mood by default in the game options configuration. --- config/game_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/game_options.txt b/config/game_options.txt index 689c0328a2ee4..d4af24ee23fc1 100644 --- a/config/game_options.txt +++ b/config/game_options.txt @@ -481,7 +481,7 @@ MICE_ROUNDSTART 10 ROUNDSTART_TRAITS ## Uncomment to disable human moods. -DISABLE_HUMAN_MOOD +#DISABLE_HUMAN_MOOD ## Enable night shifts #ENABLE_NIGHT_SHIFTS