1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Cleared up gate blocking, Force Field can now block gates

This commit is contained in:
Ivan Savenko
2023-01-13 15:44:42 +02:00
parent 526de47ca4
commit ccc6ebee0d
3 changed files with 38 additions and 19 deletions

View File

@@ -635,7 +635,7 @@ enum class EGateState : uint8_t
{
NONE,
CLOSED,
BLOCKED, //dead or alive stack blocking from outside
BLOCKED, // gate is blocked in closed state, e.g. by creature
OPENED,
DESTROYED
};