Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Modules/ModParser.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1399,6 +1399,7 @@ local modTagList = {
["if you have a summoned golem"] = { tag = { type = "Condition", varList = { "HavePhysicalGolem", "HaveLightningGolem", "HaveColdGolem", "HaveFireGolem", "HaveChaosGolem", "HaveCarrionGolem" } } },
["while you have a summoned golem"] = { tag = { type = "Condition", varList = { "HavePhysicalGolem", "HaveLightningGolem", "HaveColdGolem", "HaveFireGolem", "HaveChaosGolem", "HaveCarrionGolem" } } },
["if a minion has died recently"] = { tag = { type = "Condition", var = "MinionsDiedRecently" } },
["if a minion has been killed recently"] = { tag = { type = "Condition", var = "MinionsDiedRecently" } },
["while you have sacrificial zeal"] = { tag = { type = "Condition", var = "SacrificialZeal" } },
["while sane"] = { tag = { type = "Condition", var = "Insane", neg = true } },
["while insane"] = { tag = { type = "Condition", var = "Insane" } },
Expand Down