From 8d63598b75722f85d2388582a77274510631b4b2 Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Sat, 31 May 2025 09:29:01 +0300
Subject: [PATCH 97/97] Reduce default for 'animals' server setting to 15

See RM #1465

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
 common/map.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/map.h b/common/map.h
index bbfb0c503b..dd8c92b98b 100644
--- a/common/map.h
+++ b/common/map.h
@@ -634,7 +634,7 @@ int map_signed_latitude(const struct tile *ptile);
 #define MAP_MIN_HUTS             0
 #define MAP_MAX_HUTS             500
 
-#define MAP_DEFAULT_ANIMALS      20
+#define MAP_DEFAULT_ANIMALS      15
 #define MAP_MIN_ANIMALS          0
 #define MAP_MAX_ANIMALS          500
 
-- 
2.47.2

