forked from github/server
Falshce PArameterübergabe an msg_message
This commit is contained in:
parent
23fbd2f18a
commit
aa27b856da
|
@ -1807,7 +1807,7 @@ create_potion(unit * u, const potion_type * ptype, int want)
|
||||||
default:
|
default:
|
||||||
i_change(&u->items, ptype->itype, built);
|
i_change(&u->items, ptype->itype, built);
|
||||||
if (want==INT_MAX) want = built;
|
if (want==INT_MAX) want = built;
|
||||||
ADDMSG(&u->faction->msgs, msg_message(u->faction, "manufacture",
|
ADDMSG(&u->faction->msgs, msg_message("manufacture",
|
||||||
"unit region amount wanted resource", u, u->region, built, want, ptype->itype->rtype));
|
"unit region amount wanted resource", u, u->region, built, want, ptype->itype->rtype));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue