mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Fixed #970.
Fixed issue where cursed ground obstacles were appearing on holy ground (and vice versa). Fixed battle interface blocking itself up after clicking on owned stack to open creature window.
This commit is contained in:
@@ -233,8 +233,10 @@ namespace BattlefieldBI
|
||||
{
|
||||
NONE = -1,
|
||||
COASTAL,
|
||||
CURSED_GROUND,
|
||||
//Discrepency from ERM BI description - we have magic plains and cursed gronds swapped
|
||||
MAGIC_PLAINS,
|
||||
CURSED_GROUND,
|
||||
//
|
||||
HOLY_GROUND,
|
||||
EVIL_FOG,
|
||||
CLOVER_FIELD,
|
||||
|
||||
Reference in New Issue
Block a user