View Single Post
  #20  
Old 03-03-2003, 03:24 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

I did 2 things that should fix 3 problems here..

I put a return false in when the hit misses. Because there wasnt one, it was going through and checking for finishing blows even if there was a miss.

I also moved crits after chance to hit. If theres no hit, it will fall out.

Good thing about that return false, it will save alot of processing when theres no need to, and it will fix a few different issues.

- Crits on misses
- Crips on misses
- Finishing Blows on misses.
- Spell procs on misses

I'll merge it into CVS tonight when I get in after I test it.
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote