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:
@@ -45,7 +45,8 @@ namespace EMonsterStrength
|
||||
{
|
||||
enum EMonsterStrength
|
||||
{
|
||||
RANDOM = -2,
|
||||
RANDOM = -3,
|
||||
ZONE_NONE = -2,
|
||||
ZONE_WEAK = -1,
|
||||
ZONE_NORMAL = 0,
|
||||
ZONE_STRONG = 1,
|
||||
|
||||
Reference in New Issue
Block a user