This commit is contained in:
parent
c63a5f13fa
commit
2204d5fb86
86 changed files with 1077 additions and 257 deletions
|
|
@ -21,9 +21,9 @@ namespace Server.Spells
|
|||
public virtual bool BlockedByAnimalForm{ get{ return true; } }
|
||||
public virtual bool DelayedContext{ get{ return false; } }
|
||||
|
||||
public virtual double GetAccuracyScalar( Mobile attacker )
|
||||
public virtual int GetAccuracyBonus( Mobile attacker )
|
||||
{
|
||||
return 1.0;
|
||||
return 0;
|
||||
}
|
||||
|
||||
public virtual double GetDamageScalar( Mobile attacker, Mobile defender )
|
||||
|
|
|
|||
|
|
@ -532,6 +532,9 @@ namespace Server.Spells
|
|||
if ( ClearHandsOnCast )
|
||||
m_Caster.ClearHands();
|
||||
|
||||
if ( Core.ML )
|
||||
WeaponAbility.ClearCurrentAbility( m_Caster );
|
||||
|
||||
m_CastTimer = new CastTimer( this, castDelay );
|
||||
m_CastTimer.Start();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue