forked from github/server
- Zuviel Cut'n'Paste
This commit is contained in:
parent
4ebdb69508
commit
dfc0053f43
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue