Fixed incorrect usec hostilitySettings value

This commit is contained in:
Dev 2024-09-24 18:45:22 +01:00
parent 9b7602baa8
commit 3ba1d3839e

View File

@ -808,8 +808,8 @@
"Role": "pmcBEAR" "Role": "pmcBEAR"
} }
], ],
"bearEnemyChance": 85, "bearEnemyChance": 100,
"usecEnemyChance": 100, "usecEnemyChance": 85,
"savageEnemyChance": 95, "savageEnemyChance": 95,
"savagePlayerBehaviour": "AlwaysEnemies" "savagePlayerBehaviour": "AlwaysEnemies"
}, },