bugfix-citysizing #7

Merged
MagicBot merged 3 commits from bugfix-citysizing into master 2022-05-22 13:07:28 +00:00
Showing only changes of commit 79702eab1a - Show all commits
+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())