shadow mantle increased to 15 second duration

This commit is contained in:
2024-04-10 19:03:49 -05:00
parent 1f95abf0b2
commit 642103b5a2
@@ -90,7 +90,7 @@ public class ApplyEffectPowerAction extends AbstractPowerAction {
// else
duration = ab.getDuration(trains);
if(ab.stackType.equals("BMHealing"))
duration = 10000;
duration = 15000;
String stackType = ab.getStackType();
if (stackType.equals("WeaponMove")) {
DeferredPowerJob eff = new DeferredPowerJob(source, awo, stackType, trains, ab, pb, this.effect, this);