diff options
Diffstat (limited to 'Server/Plugins/APIDump/APIDesc.lua')
-rw-r--r-- | Server/Plugins/APIDump/APIDesc.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Server/Plugins/APIDump/APIDesc.lua b/Server/Plugins/APIDump/APIDesc.lua index 54a8d4e4f..8e5e92dd1 100644 --- a/Server/Plugins/APIDump/APIDesc.lua +++ b/Server/Plugins/APIDump/APIDesc.lua @@ -9240,7 +9240,7 @@ a_Player:OpenWindow(Window); Type = "number", }, }, - Notes = "Returns the relative walk speed of this mob. Standard is 1.0", + Notes = "Returns the walk speed multiplier of this mob. Base is set in monsters.ini (will default to 1 if not set).", }, HasCustomName = { @@ -9404,7 +9404,7 @@ a_Player:OpenWindow(Window); Type = "number", }, }, - Notes = "Sets the relative walk speed of this mob. The default relative speed is 1.0.", + Notes = "Sets the walk speed multiplier of this mob. Base is set in monsters.ini (will default to 1 if not set).", }, StringToMobType = { |