attack moving creatures

master
Eduardo Bart 12 years ago
parent 079b7a5c41
commit 3a6f326a8a

@ -8,7 +8,6 @@ make left panel optional
must close last container when opening a new containers
move chat tabs
save/load mini windows states/location when restarting the client
graphics options menu
load modules from zip files
manual autoload setting in module manager
complete a smarter miniwindow moving/resizing

@ -329,6 +329,8 @@ CreaturePtr Tile::getTopCreature()
else if(thing->asCreature() && !thing->asLocalPlayer())
return thing->asCreature();
}
if(!creature && !m_walkingCreatures.empty())
creature = m_walkingCreatures.back();
return creature;
}

Loading…
Cancel
Save