Reply to Re: Now hold out your fists, this won't hurt a bit...
If you don't have an account, just leave the password field blank.
How do you want to get rid of Dink's fists? If you don't want the fists in your dmod at all, remove these lines from start-1.c:
add_item("item-fst",438, 1);
&cur_weapon = 1;
arm_weapon();
If you want to remove the fists INSIDE the dmod, use this:
kill_this_item("item-fst");
add_item("item-fst",438, 1);
&cur_weapon = 1;
arm_weapon();
If you want to remove the fists INSIDE the dmod, use this:
kill_this_item("item-fst");