Merge pull request #1013 from ExaltedShard/fix-notlowmana
Fix Dance of the Offered, Omeyocan
This commit is contained in:
@@ -1155,7 +1155,7 @@ local specialModList = {
|
||||
["you have phasing while affected by haste"] = { flag("Condition:Phasing", { type = "Condition", var = "AffectedByHaste" }) },
|
||||
["you have phasing while you have cat's stealth"] = { flag("Condition:Phasing", { type = "Condition", var = "AffectedByCat'sStealth" }) },
|
||||
["you have onslaught while on low life"] = { flag("Condition:Onslaught", { type = "Condition", var = "LowLife" }) },
|
||||
["you have onslaught while not on low mana"] = { flag("Condition:Onslaught", { type = "Condition", var = "LowMana" }) },
|
||||
["you have onslaught while not on low mana"] = { flag("Condition:Onslaught", { type = "Condition", var = "LowMana", neg = true }) },
|
||||
["your aura buffs do not affect allies"] = { flag("SelfAurasCannotAffectAllies") },
|
||||
["allies' aura buffs do not affect you"] = { flag("AlliesAurasCannotAffectSelf") },
|
||||
["enemies can have 1 additional curse"] = { mod("EnemyCurseLimit", "BASE", 1) },
|
||||
|
||||
Reference in New Issue
Block a user