Removed discharge causing duals have no shot effect.

This commit is contained in:
MobiusDevelopment 2022-02-03 06:06:55 +00:00
parent 2c3703a8a4
commit 6d1d12f8ec
2 changed files with 10 additions and 10 deletions

View File

@ -4782,11 +4782,11 @@ public abstract class Creature extends WorldObject implements ISkillsHolder, IDe
}
notifyAttackAvoid(target, false);
}
else
{
// If we didn't miss the hit, discharge the shoulshots, if any
setChargedShot(ShotType.SOULSHOTS, false);
}
// else
// {
// If we didn't miss the hit, discharge the shoulshots, if any
// setChargedShot(ShotType.SOULSHOTS, false);
// }
// Send message about damage/crit or miss
int damage = damageValue;

View File

@ -4784,11 +4784,11 @@ public abstract class Creature extends WorldObject implements ISkillsHolder, IDe
}
notifyAttackAvoid(target, false);
}
else
{
// If we didn't miss the hit, discharge the shoulshots, if any
setChargedShot(ShotType.SOULSHOTS, false);
}
// else
// {
// If we didn't miss the hit, discharge the shoulshots, if any
// setChargedShot(ShotType.SOULSHOTS, false);
// }
// Send message about damage/crit or miss
int damage = damageValue;