The Dink Network

Reply to Re: healing fountain

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 8th 2006, 12:00 PM
maidenb.gif
Sharp
Peasant She/Her Finland
 
In the original dink source, there's a file s1-fount.c. Try that one, this is what it contains - it heals you completely:

void main( void )
{
}

void talk( void )
{
&life = &lifemax;
wait(400);
say("The water has refreshed me.", 1);
}

void hit( void )
{
say("WATER MUST DIE!", 1);
}