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:
Markus Armbruster 2013-12-29 19:53:42 +01:00
parent 329da055dd
commit 76b5de8343

View file

@ -148,7 +148,8 @@ struct empfile empfile[] = {
EFF_TYPED | EFF_XY | EFF_OWNER | EFF_GROUP),
lnd_oninit, NULL, NULL, NULL},
{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},
{EF_NEWS, "news", NULL, "news", news_ca, EF_BAD,
UNMAPPED_CACHE(struct nwsstr, -1, 0),