Hello otland,
I have a 7.6 ot, and I need add stair hopping exhausted.
I think, in game.cpp this is the function of the up/down
ReturnValue Game::internalMoveCreature(Creature* creature, Direction direction, uint32_t flags /*= 0*/)
{
Cylinder* fromTile = creature->getTile()...