OK, then you can use:
public override int MaxPlayerResistance
{
get { return 90; }
set { MaxPlayerResistance=value; }
}
you can also do with Phantom code, but then, it changes for all Mobiles not for just Players. If it is OK with you, you can use it too..
|