2009-03-16, 07:58 PM
Russt Wrote:I don't, not for certain. But it's the most probable explanation as to why defense tests on Anego make the formula 'work' if we treat her defense as 2000, and why no one's hitting 1's on Hsalf.
After all, we already know that that's where player defense is capped at.
if(defense > 1999) {defense = 1999; }
What's the point of the {} if it's only one line of execution from the condition?

