Fixed vibrance talisman bug
This commit is contained in:
@@ -65,6 +65,7 @@ public class VibranceTalisman extends Talisman {
|
||||
maxHealth.removeModifier(modifier);
|
||||
} else {
|
||||
if (!maxHealth.getModifiers().contains(modifier)) {
|
||||
maxHealth.removeModifier(modifier);
|
||||
maxHealth.addModifier(modifier);
|
||||
|
||||
player.setHealth(maxHealth.getValue());
|
||||
|
||||
Reference in New Issue
Block a user