diff --git a/src/rpgmakermvmz.py b/src/rpgmakermvmz.py index 1cc663f..a431f00 100644 --- a/src/rpgmakermvmz.py +++ b/src/rpgmakermvmz.py @@ -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)