Bugfix for damage absorbers.

This commit is contained in:
2022-05-13 15:25:04 -04:00
parent e6bbb53ac8
commit e8b7d63a59
+2 -2
View File
@@ -325,8 +325,8 @@ public class EffectsBase {
eb.useRampAdd = rs.getBoolean("UseAddFormula"); eb.useRampAdd = rs.getBoolean("UseAddFormula");
String damageType1 = rs.getString("damageType1"); String damageType1 = rs.getString("damageType1");
String damageType2 = rs.getString("damageType1"); String damageType2 = rs.getString("damageType2");
String damageType3 = rs.getString("damageType1"); String damageType3 = rs.getString("damageType3");
if (damageType1.isEmpty() && damageType2.isEmpty() && damageType3.isEmpty()) if (damageType1.isEmpty() && damageType2.isEmpty() && damageType3.isEmpty())