v1.0.2: fixed time stasis not always blocking negative buff effects

This commit is contained in:
Evan Debenham 2021-08-27 15:18:52 -04:00
parent b7837daacf
commit 789a2fc539

View File

@ -250,6 +250,7 @@ public class TimekeepersHourglass extends Artifact {
{
type = buffType.POSITIVE;
actPriority = BUFF_PRIO-3; //acts after all other buffs, so they are prevented
}
@Override