This commit is contained in:
mark 2009-06-21 06:56:53 +00:00
parent 225e2a25f1
commit 5ce1f041a2
10 changed files with 835 additions and 4 deletions

View file

@ -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.