Page 1 of 1

[svn] Damage uses attacker's armor hardiness.

Posted: Sat Apr 09, 2011 1:55 am
by complexityQuantifier
In svn 3191: the code for armor hardiness currently examines the attacker's armor hardiness instead of the defender's. I think that this is because it's checking "self"'s armor hardiness in the attack code (Combat.lua).

Re: [svn] Damage uses attacker's armor hardiness.

Posted: Sat Apr 09, 2011 9:39 am
by darkgod
fixed

Re: [svn] Damage uses attacker's armor hardiness.

Posted: Sat Apr 09, 2011 2:24 pm
by complexityQuantifier
Thanks! I think Archery.lua still needs this fix, though. (I don't know if there are any other places).