Fix AoE mod on Starforge

This commit is contained in:
Openarl
2016-09-05 13:15:33 +10:00
parent fd7bde5ba2
commit 741d8e1f8f
2 changed files with 6 additions and 5 deletions

View File

@@ -234,12 +234,13 @@ local namespaceList = {
-- Skill types
["spell"] = "spell_",
["for spells"] = "spell_",
["melee"] = "melee_",
["with weapons"] = "weapon_",
["weapon"] = "weapon_",
["with poison"] = "poison_",
["with attacks"] = "attack_",
["for attacks"] = "attack_",
["weapon"] = "weapon_",
["with weapons"] = "weapon_",
["melee"] = "melee_",
["with melee attacks"] = "melee_",
["with poison"] = "poison_",
["projectile"] = "projectile_",
["area"] = "aoe_",
["mine"] = "mine_",