Skip to content

Commit cf9ee13

Browse files
committed
Hand of Heresy "against Execommunicated enemies" mod support
1 parent 419b53c commit cf9ee13

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Modules/ModParser.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1860,6 +1860,7 @@ local modTagList = {
18601860
["against maimed enemies"] = { tag = { type = "ActorCondition", actor = "enemy", var = "Maimed" } },
18611861
["you inflict on maimed enemies"] = { tag = { type = "ActorCondition", actor = "enemy", var = "Maimed" } },
18621862
["against blinded enemies"] = { tag = { type = "ActorCondition", actor = "enemy", var = "Blinded" } },
1863+
["against excommunicated enemies"] = { tag = { type = "ActorCondition", actor = "enemy", var = "Excommunicated" } },
18631864
["from blinded enemies"] = { tag = { type = "ActorCondition", actor = "enemy", var = "Blinded" } },
18641865
["against burning enemies"] = { tag = { type = "ActorCondition", actor = "enemy", var = "Burning" } },
18651866
["against ignited enemies"] = { tag = { type = "ActorCondition", actor = "enemy", var = "Ignited" } },

0 commit comments

Comments
 (0)