v1.2.3: fixed v1.2.0 light cloak buff not applying in all cases
This commit is contained in:
@@ -171,7 +171,7 @@ public class CloakOfShadows extends Artifact {
|
||||
@Override
|
||||
public void charge(Hero target, float amount) {
|
||||
if (charge < chargeCap) {
|
||||
if (!isEquipped(target)) amount *= 0.5f*target.pointsInTalent(Talent.LIGHT_CLOAK)/3f;
|
||||
if (!isEquipped(target)) amount *= 0.75f*target.pointsInTalent(Talent.LIGHT_CLOAK)/3f;
|
||||
partialCharge += 0.25f*amount;
|
||||
if (partialCharge >= 1){
|
||||
partialCharge--;
|
||||
|
||||
Reference in New Issue
Block a user