Removed discharge causing duals have no shot effect.
This commit is contained in:
@@ -4782,11 +4782,11 @@ public abstract class Creature extends WorldObject implements ISkillsHolder, IDe
|
|||||||
}
|
}
|
||||||
notifyAttackAvoid(target, false);
|
notifyAttackAvoid(target, false);
|
||||||
}
|
}
|
||||||
else
|
// else
|
||||||
{
|
// {
|
||||||
// If we didn't miss the hit, discharge the shoulshots, if any
|
// If we didn't miss the hit, discharge the shoulshots, if any
|
||||||
setChargedShot(ShotType.SOULSHOTS, false);
|
// setChargedShot(ShotType.SOULSHOTS, false);
|
||||||
}
|
// }
|
||||||
|
|
||||||
// Send message about damage/crit or miss
|
// Send message about damage/crit or miss
|
||||||
int damage = damageValue;
|
int damage = damageValue;
|
||||||
|
@@ -4784,11 +4784,11 @@ public abstract class Creature extends WorldObject implements ISkillsHolder, IDe
|
|||||||
}
|
}
|
||||||
notifyAttackAvoid(target, false);
|
notifyAttackAvoid(target, false);
|
||||||
}
|
}
|
||||||
else
|
// else
|
||||||
{
|
// {
|
||||||
// If we didn't miss the hit, discharge the shoulshots, if any
|
// If we didn't miss the hit, discharge the shoulshots, if any
|
||||||
setChargedShot(ShotType.SOULSHOTS, false);
|
// setChargedShot(ShotType.SOULSHOTS, false);
|
||||||
}
|
// }
|
||||||
|
|
||||||
// Send message about damage/crit or miss
|
// Send message about damage/crit or miss
|
||||||
int damage = damageValue;
|
int damage = damageValue;
|
||||||
|
Reference in New Issue
Block a user