Fixed vibrance talisman

This commit is contained in:
Auxilor
2021-08-30 14:08:34 +01:00
parent cc98f5dfab
commit 96749d2499

View File

@@ -38,7 +38,7 @@ public class VibranceTalisman extends Talisman {
new AttributeModifier(
level.getUuid(),
level.getKey().getKey(),
level.getConfig().getDouble(Talismans.CONFIG_LOCATION + "bonus-hearts") / 2,
level.getConfig().getDouble(Talismans.CONFIG_LOCATION + "bonus-hearts") * 2,
AttributeModifier.Operation.ADD_NUMBER
)
);