feat: Add textwrap to armor description
This commit is contained in:
parent
0bfb58923a
commit
fe0aa7e15e
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue