misc changes laying around
This commit is contained in:
parent
a48e8d7633
commit
36868afd0a
12 changed files with 70 additions and 25 deletions
|
|
@ -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 ) )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue