Polish the bulletin the seller gets after a unit sale
This commit is contained in:
parent
87c3a853fd
commit
c0d4ba57d6
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ check_trade(void)
|
||||||
put_empobj(trade.trd_type, saveid, &tg.gen);
|
put_empobj(trade.trd_type, saveid, &tg.gen);
|
||||||
|
|
||||||
nreport(seller, N_MAKE_SALE, trade.trd_maxbidder, 1);
|
nreport(seller, N_MAKE_SALE, trade.trd_maxbidder, 1);
|
||||||
wu(0, seller, "%s bought a %s #%d from you for $%.2f\n",
|
wu(0, seller, "%s bought %s #%d from you for $%.2f\n",
|
||||||
cname(trade.trd_maxbidder), trade_nameof(&trade, &tg),
|
cname(trade.trd_maxbidder), trade_nameof(&trade, &tg),
|
||||||
saveid, price * tradetax);
|
saveid, price * tradetax);
|
||||||
wu(0, trade.trd_maxbidder,
|
wu(0, trade.trd_maxbidder,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue