Update AbilityImpl.java

This commit is contained in:
grimreap124 2024-06-07 10:47:17 +10:00
parent f7b38a80f1
commit 8b41224f0a

View file

@ -954,7 +954,6 @@ public abstract class AbilityImpl implements Ability {
} else {
costs.add(index, cost);
}
costs.add(index, cost);
}
}
}