I just posted the monster defense on the SVN thread. This helps a little with the adding of hp, but it still has the extra little bar.
Keep the "if(hitpower<0) hitpower=0;" though cuz it is needed for monsters with greater defense.
Or even closer to the game, i have:
Code:if(hitpower<5)hitpower = 5;
