v3.0.0: fixed PoM stasis not preserving some buffs, e.g. enthrall
This commit is contained in:
+1
-1
@@ -99,7 +99,7 @@ public class Stasis extends ClericSpell {
|
|||||||
ally.sprite = null;
|
ally.sprite = null;
|
||||||
Dungeon.level.mobs.remove(ally);
|
Dungeon.level.mobs.remove(ally);
|
||||||
for (Buff b : buffs){
|
for (Buff b : buffs){
|
||||||
if (b.type == Buff.buffType.POSITIVE) {
|
if (b.type == Buff.buffType.POSITIVE || b.revivePersists) {
|
||||||
ally.add(b);
|
ally.add(b);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user