feat: Add textwrap to armor description

This commit is contained in:
Dazed 2023-04-27 18:16:36 -05:00
parent 0bfb58923a
commit fe0aa7e15e

View file

@ -358,6 +358,7 @@ def searchNames(name, pbar, context):
# Set Data
name['name'] = responseList[0].strip('.')
if 'Armors' in context:
textwrap.fill(responseList[1], LISTWIDTH)
name['description'] = responseList[1]
pbar.update(1)