diff --git a/resources/parsers/maps.py b/resources/parsers/maps.py index 127e591b360609f16b647cf900d878461d82d7dc..be1129b8b76f245034c13520f5832fad27071360 100644 --- a/resources/parsers/maps.py +++ b/resources/parsers/maps.py @@ -92,17 +92,17 @@ class MapParser(): # Misc map items. self.template.notable_item( - description='Misc map Item Classes', + description='Misc Map Item Classes', class_text=[ - "Vault Keys", "Chronicle of Atzoatl", "Inscribed Ultimatum", "Mirrored Tablet", "Primeval Remnant", - "Primordial Remnant", + "Vault Keys", ], font_size=display_dict['rare_font_size'], ) self.template.notable_item( - description='Misc map Item Bases', - class_text=[ - "Reliquary Key", "Misc Map Items", + description='Misc Map Item Bases', + base_text=[ + "Reliquary Key", "Chronicle of Atzoatl", "Inscribed Ultimatum", "Mirrored Tablet", "Primeval Remnant", + "Primordial Remnant", ], font_size=display_dict['rare_font_size'], ) diff --git a/resources/parsers/other.py b/resources/parsers/other.py index 99f71794a7fe6fa9182c51287ecb4f9c5ed52cec..890d336a8e5fa3cf69b769c5ad61f7548197064c 100644 --- a/resources/parsers/other.py +++ b/resources/parsers/other.py @@ -433,7 +433,7 @@ class FinalParser(): # Hide any gear that has not yet been parsed. self.template.hidden_item( description='Hide remaining gear that has not yet been parsed.', - base_text=["Helmets", "Body Armours", "Gloves", "Boots", "Ring", "Belt", "Amulet"] + class_text=["Helmets", "Body Armours", "Gloves", "Boots", "Ring", "Belt", "Amulet"] ) # Kalguur gold currency.