Release 1.4.129
Minor fixes
This commit is contained in:
@@ -756,7 +756,7 @@ local modTagList = {
|
||||
["while you have avian's flight"] = { tag = { type = "Condition", var = "AffectedByAvian'sFlight" } },
|
||||
["while affected by aspect of the cat"] = { tag = { type = "Condition", varList = { "AffectedByCat'sStealth", "AffectedByCat'sAgility" } } },
|
||||
["while you have a bestial minion"] = { tag = { type = "Condition", var = "HaveBestialMinion" } },
|
||||
["while focused"] = { tag = { type = "Condition", var = "Focused" } },
|
||||
["while focussed"] = { tag = { type = "Condition", var = "Focused" } },
|
||||
["while leeching"] = { tag = { type = "Condition", var = "Leeching" } },
|
||||
["while using a flask"] = { tag = { type = "Condition", var = "UsingFlask" } },
|
||||
["during effect"] = { tag = { type = "Condition", var = "UsingFlask" } },
|
||||
|
||||
Reference in New Issue
Block a user