This commit is contained in:
parent
8ff1a903a0
commit
14873aaa3e
78 changed files with 360 additions and 231 deletions
|
|
@ -187,8 +187,8 @@ namespace Server.Mobiles
|
|||
if ( Core.AOS )
|
||||
return;
|
||||
|
||||
//if ( animal.IsBonded || animal.IsDeadPet )
|
||||
// return;
|
||||
if ( animal.IsBonded || animal.IsDeadPet )
|
||||
return;
|
||||
|
||||
Container pack = animal.Backpack;
|
||||
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ namespace Server.Mobiles
|
|||
case 8: PackItem( new BonePile() ); break;
|
||||
case 9: PackItem( new BonePile() ); break;
|
||||
}
|
||||
|
||||
|
||||
if ( 0.025 > Utility.RandomDouble() )
|
||||
PackItem( new GlacialStaff() );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue