- Zuviel Cut'n'Paste

This commit is contained in:
Christian Schlittchen 2002-11-27 18:30:34 +00:00
parent 4ebdb69508
commit dfc0053f43
1 changed files with 3 additions and 10 deletions

View File

@ -22,18 +22,11 @@ attrib_type at_aggressive = {
NULL,
NULL,
NULL,
NULL,
NULL,
a_writedefault,
a_readdefault,
ATF_UNIQUE
};
attrib *
make_aggressive(int chance)
{
attrib * a = a_new(&at_aggressive);
a->data.i = chance;
return a;
}
void
init_aggressive(void)
{