Thread: help?
View Single Post
Old 09-18-2003, 03:17 PM   #20 (permalink)
Ceday
 
Join Date: Nov 2002
Posts: 636
Default

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..
Ceday is offline   Reply With Quote