misc changes laying around

This commit is contained in:
mark 2007-10-12 18:37:47 +00:00
parent a48e8d7633
commit 36868afd0a
12 changed files with 70 additions and 25 deletions

View file

@ -873,7 +873,7 @@ namespace Server.Mobiles
{
int oldHits = this.Hits;
if ( !this.Summoned && this.Controlled && 0.2 > Utility.RandomDouble() )
if ( Core.AOS && !this.Summoned && this.Controlled && 0.2 > Utility.RandomDouble() )
amount = (int)(amount * BonusPetDamageScalar);
if ( Spells.Necromancy.EvilOmenSpell.CheckEffect( this ) )