Fix AoE mod on Starforge
This commit is contained in:
@@ -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_",
|
||||
|
||||
Reference in New Issue
Block a user