Update Units.cpp
@ -20,7 +20,7 @@ Replaced by `gui/launcher --minimal <gui/launcher>`.
create-items
============
Replaced by `gui/create-item --multi`.
Replaced by `gui/create-item --multi <gui/create-item>`.
.. _deteriorateclothes:
@ -1426,7 +1426,7 @@ int Units::computeMovementSpeed(df::unit *unit)
if (isBaby(unit))
speed += 3000;
if (unit->flags3.bits.unk15)
if (unit->flags3.bits.diving)
speed /= 20;
if (unit->counters2.exhaustion >= 2000)