The Dink Network

Reply to mathmod

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
January 27th 2006, 01:48 AM
duckdie.gif
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?