Release 1.4.129

Minor fixes
This commit is contained in:
Openarl
2019-01-13 23:33:16 +13:00
parent a4c9227bff
commit df89e59363
6 changed files with 15 additions and 8 deletions

View File

@@ -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" } },