From d92cbf66bfc4794d6f76bc29b3338d7636d60379 Mon Sep 17 00:00:00 2001 From: Waldemar Tomme Date: Sun, 28 Jan 2024 10:30:18 +0100 Subject: [PATCH] Increase overall mood sensitivity/score --- godot/scenes/crowd/crowd.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/godot/scenes/crowd/crowd.gd b/godot/scenes/crowd/crowd.gd index 15cbdde..04621ae 100644 --- a/godot/scenes/crowd/crowd.gd +++ b/godot/scenes/crowd/crowd.gd @@ -24,4 +24,4 @@ func _ready(): func _process(_delta): overall_mood = 0 for m in audience: - overall_mood += m.mood + overall_mood += m.mood * 10