1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

* half-working boots of levitation and angel's wings

This commit is contained in:
mateuszb
2010-05-15 15:00:19 +00:00
parent 70fa697f8b
commit edd31ef41b
8 changed files with 102 additions and 22 deletions

View File

@ -1961,7 +1961,7 @@ void CAdvMapInt::tileHovered(const int3 &tile)
}
else //no objs
{
if(accessible)
if(accessible && pnode->accessible != CGPathNode::FLYABLE)
{
if (guardingCreature) {
CGI->curh->changeGraphic(0, 5 + turns*6);