View Single Post
Old 05-17-2004, 05:50 PM   #13 (permalink)
shadeuo
Guest
 
Posts: n/a
Default

this little peice of code looks like it might do a little something for using the old system am I correct?
Code:
			if ( !Core.AOS )
			{
				m.Damage( damage, from );
				return damage;
			}
this is line 68 - 72 in AOS.cs
  Reply With Quote