This commit is contained in:
parent
225e2a25f1
commit
5ce1f041a2
10 changed files with 835 additions and 4 deletions
|
|
@ -1058,7 +1058,7 @@ namespace Server.Items
|
|||
{
|
||||
double chance = (parry - bushidoNonRacial) / 400.0; // As per OSI, no negitive effect from the Racial stuffs, ie, 120 parry and '0' bushido with humans
|
||||
|
||||
if ( chance <= 0 ) // chance shouldn't go below 0
|
||||
if ( chance < 0 ) // chance shouldn't go below 0
|
||||
chance = 0;
|
||||
|
||||
// Parry/Bushido over 100 grants a 5% bonus.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue