diff --git a/src/Modules/ModParser.lua b/src/Modules/ModParser.lua index bd1c050795..76da53779a 100644 --- a/src/Modules/ModParser.lua +++ b/src/Modules/ModParser.lua @@ -862,8 +862,8 @@ local preFlagList = { ["^attack skills [hd][ae][va][el] "] = { keywordFlags = KeywordFlag.Attack }, ["^spells [hd][ae][va][el] a? ?"] = { flags = ModFlag.Spell }, ["^spell skills [hd][ae][va][el] "] = { keywordFlags = KeywordFlag.Spell }, - ["^projectile attack skills [hd][ae][va][el] "] = { tagList = { { type = "SkillType", skillType = SkillType.Attack }, { type = "SkillType", skillType = SkillType.Projectile } } }, - ["^projectiles from attacks [hd][ae][va][el] "] = { tagList = { { type = "SkillType", skillType = SkillType.Attack }, { type = "SkillType", skillType = SkillType.Projectile } } }, + ["^projectile attack skills [hd][ae][va][el] "] = { tag = { type = "SkillType", skillType = SkillType.ProjectileAttack } }, + ["^projectiles from attacks [hd][ae][va][el] "] = { tag = { type = "SkillType", skillType = SkillType.ProjectileAttack } }, ["^arrows [hd][ae][va][el] "] = { keywordFlags = KeywordFlag.Bow }, ["^bow skills [hdf][aei][var][el] "] = { keywordFlags = KeywordFlag.Bow }, ["^projectiles [hdf][aei][var][el] "] = { flags = ModFlag.Projectile },