forked from github/server
- artsculpture_create: Noch ein Fehler bei der Message für ein Item
This commit is contained in:
parent
162e67899f
commit
89d902b132
|
@ -302,8 +302,8 @@ use_instantartsculpture(struct unit * u, const struct item_type * itype,
|
||||||
sprintf(buf, "%s", LOC(u->faction->locale, "artsculpture"));
|
sprintf(buf, "%s", LOC(u->faction->locale, "artsculpture"));
|
||||||
set_string(&b->name, buf);
|
set_string(&b->name, buf);
|
||||||
|
|
||||||
ADDMSG(&u->region->msgs, msg_message(
|
ADDMSG(&u->region->msgs, msg_message("artsculpture_create", "unit region",
|
||||||
"artsculpture_create", "unit region command", u, u->region, cm));
|
u, u->region));
|
||||||
|
|
||||||
itype->rtype->uchange(u, itype->rtype, -1);
|
itype->rtype->uchange(u, itype->rtype, -1);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue