Skip to content

Commit

Permalink
Update components/infobox/wikis/deadlock/infobox_item_custom.lua
Browse files Browse the repository at this point in the history
Co-authored-by: Rikard Blixt <[email protected]>
  • Loading branch information
Kanopedia and Rathoz authored Oct 17, 2024
1 parent 35d6c35 commit be39084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/infobox/wikis/deadlock/infobox_item_custom.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function CustomItem.run(frame)
local item = CustomItem(frame)
item.args.image = item.args.image or 'Deadlock_gameasset_Item ' .. item.args.itemname .. '.png'
item.args.subheader = item:_getCostDisplay()
item.args.imagesize = '100'
item.args.imagesize = 100
item:setWidgetInjector(CustomInjector(item))

return item:createInfobox()
Expand Down

0 comments on commit be39084

Please sign in to comment.