From 35d6c350df8932eeea80d6fd7399179265128f65 Mon Sep 17 00:00:00 2001 From: Jasper Jacobs <97167868+Kanopedia@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:56:18 +0200 Subject: [PATCH] Update components/infobox/wikis/deadlock/infobox_item_custom.lua Co-authored-by: Rikard Blixt --- components/infobox/wikis/deadlock/infobox_item_custom.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/infobox/wikis/deadlock/infobox_item_custom.lua b/components/infobox/wikis/deadlock/infobox_item_custom.lua index 9fbcca8b6f4..7df1a52b418 100644 --- a/components/infobox/wikis/deadlock/infobox_item_custom.lua +++ b/components/infobox/wikis/deadlock/infobox_item_custom.lua @@ -131,7 +131,7 @@ function CustomItem:getWikiCategories(args) table.insert(categories, 'Attribute Items') end - if String.isNotEmpty(args.movespeed) or String.isNotEmpty(args.movespeedmult) then + if String.isNotEmpty(args.movespeed) then table.insert(categories, 'Movement Speed Items') end