nukes: Enable group syntax for <NUKES> arguments
Not interesting without way to make stockpiles. That's next. Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
329da055dd
commit
76b5de8343
1 changed files with 2 additions and 1 deletions
|
@ -148,7 +148,8 @@ struct empfile empfile[] = {
|
||||||
EFF_TYPED | EFF_XY | EFF_OWNER | EFF_GROUP),
|
EFF_TYPED | EFF_XY | EFF_OWNER | EFF_GROUP),
|
||||||
lnd_oninit, NULL, NULL, NULL},
|
lnd_oninit, NULL, NULL, NULL},
|
||||||
{EF_NUKE, "nuke", NULL, "nuke", nuke_ca, EF_BAD,
|
{EF_NUKE, "nuke", NULL, "nuke", nuke_ca, EF_BAD,
|
||||||
UNMAPPED_CACHE(struct nukstr, -1, EFF_TYPED | EFF_XY | EFF_OWNER),
|
UNMAPPED_CACHE(struct nukstr, -1,
|
||||||
|
EFF_TYPED | EFF_XY | EFF_OWNER | EFF_GROUP),
|
||||||
nuk_oninit, NULL, NULL, NULL},
|
nuk_oninit, NULL, NULL, NULL},
|
||||||
{EF_NEWS, "news", NULL, "news", news_ca, EF_BAD,
|
{EF_NEWS, "news", NULL, "news", news_ca, EF_BAD,
|
||||||
UNMAPPED_CACHE(struct nwsstr, -1, 0),
|
UNMAPPED_CACHE(struct nwsstr, -1, 0),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue