diff --git a/resources/parsers/templates.py b/resources/parsers/templates.py index 61ce41f3eb7df36df9ea69f29137623aaad83e61..ec34d027e9f44b760f7fb45aa5c9d186d010eefa 100644 --- a/resources/parsers/templates.py +++ b/resources/parsers/templates.py @@ -266,6 +266,7 @@ class FilterTemplates(): Template to hide items from showing. """ self.base.write_rule( + show_item=False, description=description, class_text=class_text, base_text=base_text, font_size=display_dict['min_font_size'], sound='None', diff --git a/resources/parsers/weapons.py b/resources/parsers/weapons.py index 8f2b0b75a37300368e7a3ce6b3c76ea7adc4b902..18bf836f9046e63eb223113b3745e0a53eaa069b 100644 --- a/resources/parsers/weapons.py +++ b/resources/parsers/weapons.py @@ -120,8 +120,6 @@ class WeaponParser(): border_color=display_dict['normal'], font_size=display_dict['uncommon_font_size'], ) - self.filter_file.write('# Max Slot Type.\n') - self.filter_file.write('Show\n') def parse_item_rgb(self, item): """