Removed discharge causing duals have no shot effect.
This commit is contained in:
parent
2c3703a8a4
commit
6d1d12f8ec
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user