attack moving creatures
This commit is contained in:
parent
079b7a5c41
commit
3a6f326a8a
1
TODO
1
TODO
|
@ -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…
Reference in New Issue