1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-12-01 23:12:49 +02:00

Adding zoneMonserStrength: none

This commit is contained in:
Warzyw647
2023-05-03 12:07:00 +02:00
parent 3378a3c740
commit 8ebaa3fd6b
4 changed files with 9 additions and 4 deletions

View File

@@ -45,7 +45,8 @@ namespace EMonsterStrength
{
enum EMonsterStrength
{
RANDOM = -2,
RANDOM = -3,
ZONE_NONE = -2,
ZONE_WEAK = -1,
ZONE_NORMAL = 0,
ZONE_STRONG = 1,