This commit is contained in:
parent
e41632fe95
commit
9c5abc3b0d
48 changed files with 261 additions and 70 deletions
|
|
@ -398,6 +398,9 @@ namespace Server.Mobiles
|
|||
|
||||
public override int GetMaxResistance( ResistanceType type )
|
||||
{
|
||||
if ( AccessLevel > AccessLevel.Player )
|
||||
return int.MaxValue;
|
||||
|
||||
int max = base.GetMaxResistance( type );
|
||||
|
||||
if ( type != ResistanceType.Physical && 60 < max && Spells.Fourth.CurseSpell.UnderEffect( this ) )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue