Reply to mathmod
If you don't have an account, just leave the password field blank.
Sorry I'm such a n00b, but if I was correct this piece of code in item-eli.c would restore half of your max health:
if (&life == 0)
return;
&life = int math_mod(int &lifemax, int 2);
Am I correct?
if (&life == 0)
return;
&life = int math_mod(int &lifemax, int 2);
Am I correct?