From c7d1baacb32960ebaa47a510fb5ecf7a7c44d4c3 Mon Sep 17 00:00:00 2001 From: Tachytaenius Date: Fri, 2 Dec 2022 17:03:04 +0000 Subject: [PATCH] Update docs/dev/Lua API.rst Co-authored-by: Myk --- docs/dev/Lua API.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/Lua API.rst b/docs/dev/Lua API.rst index 8eb5e2c74..b8a94f59c 100644 --- a/docs/dev/Lua API.rst +++ b/docs/dev/Lua API.rst @@ -1560,7 +1560,7 @@ Timers will be capped to go no lower than 1. * ``All`` (does not include unknown unit action types) * ``Movement`` - * ``MovementFeet`` (intended to only be used when the unit is standing, such as with pegasus boots from the modding guide) + * ``MovementFeet`` (for walking speed, such as with pegasus boots from the `modding-guide`) * ``Combat`` (includes bloodsucking) * ``Work``