1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-04-02 22:05:43 +02:00
This commit is contained in:
Ivan Savenko 2023-07-17 22:18:38 +03:00
parent 7b06c41929
commit f520043c46

View File

@ -310,7 +310,7 @@
// if enabled, neutral dwellings will accumulate creatures
"accumulateWhenNeutral" : false,
// if enabled, dwellings owned by players will accumulate creatures
"accumulateWhenOwned" : false
"accumulateWhenOwned" : false,
// if enabled, game will attempt to merge slots in army on recruit if all slots in hero army are in use
"mergeOnRecruit" : true
},