From c05b7526b1fe9af7dd913a9c5b241f437de4e802 Mon Sep 17 00:00:00 2001 From: cjhammel Date: Thu, 19 Jan 2023 15:12:24 -0500 Subject: [PATCH 1/3] Update Units.cpp fixes renamed value --- library/modules/Units.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) From 5982644383dd427444bfd87f73ae2e7e7b081818 Mon Sep 17 00:00:00 2001 From: cjhammel Date: Thu, 19 Jan 2023 15:32:52 -0500 Subject: [PATCH 2/3] Update Removed.rst fixed formatting for create-items --- docs/about/Removed.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/about/Removed.rst b/docs/about/Removed.rst index 6b812bd64..5da3c2442 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: From 7b906cbf6fa6489a9f35e292de7cfc4946db9713 Mon Sep 17 00:00:00 2001 From: Myk Date: Thu, 19 Jan 2023 16:53:24 -0800 Subject: [PATCH 3/3] Update docs/about/Removed.rst Co-authored-by: Alan --- docs/about/Removed.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/about/Removed.rst b/docs/about/Removed.rst index 5da3c2442..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: