The Dink Network

Reply to Re: It started out so small...

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:
 
 
August 15th 2005, 08:15 AM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
The way it's done in Mystery Island is a separate check in item-fst (the fists), to see whether you're a duck or not:

if (&isduck == 1)
{
//can't swing, we're a duck!

playsound(1, 10000,10000,1,0);
return;
}