Slight change in swchar

This commit is contained in:
NikolajDanger
2020-03-29 15:44:34 +02:00
parent 9bb95cfa40
commit c687b37653

View File

@ -74,7 +74,7 @@ def lookUp(data : dict, key : str, cmd : str = ""):
def characterSheet(character : dict): def characterSheet(character : dict):
divider = "\n----------\n" divider = "\n----------\n"
name = character["Name"] name = character["Name"]
text1 = "Species: "+character["Species"]+"\nCareer: "+character["Career"] text1 = "**Species**: "+character["Species"]+"\n**Career**: "+character["Career"]
text2 = setUpDict(character["Characteristics"]) text2 = setUpDict(character["Characteristics"])
text3 = setUpDict(character["Skills"]) text3 = setUpDict(character["Skills"])