Added new potion effects for bouncing as well as clinging to walls - the sigils will come later (Hai, Yulife~)

This commit is contained in:
WayofTime 2016-10-13 19:58:39 -04:00
parent 2e192ff29c
commit 5ad3c0eda1
5 changed files with 83 additions and 5 deletions

View file

@ -221,8 +221,6 @@ public class LivingArmour implements ILivingArmour
}
}
boolean allowOnlyDowngrades = player.isPotionActive(ModPotions.immuneSuppress);
for (Entry<String, StatTracker> entry : trackerMap.entrySet())
{
StatTracker tracker = entry.getValue();