Quote Originally Posted by Valarice View Post
if (dmgAmount < 0)
// Don't apply awareness or other ignore crit abilities to nullification
else
// Continue processing as normal.

Oh man, don't hurt yourself writing that fix.
You know, assuming it's actually written in the standard way - SE is known for a lot of..non traditional methods when it comes to programming. (Usually more complicated than it needs to be.)