diff --git a/docs/about/Removed.rst b/docs/about/Removed.rst index 6b812bd64..ad36ed8a8 100644 --- a/docs/about/Removed.rst +++ b/docs/about/Removed.rst @@ -20,7 +20,7 @@ Replaced by `gui/launcher --minimal `. create-items ============ -Replaced by `gui/create-item --multi`. +Replaced by `gui/create-item --multi `. .. _deteriorateclothes: diff --git a/library/modules/Units.cpp b/library/modules/Units.cpp index 6d5ec7fde..787160f76 100644 --- a/library/modules/Units.cpp +++ b/library/modules/Units.cpp @@ -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)