(check_trade): Fix the price quoted to the buyer when he deal falls
through because he can't afford it.
This commit is contained in:
parent
c96761ecee
commit
30458959e6
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ check_trade(void)
|
|||
wu(0, trade.trd_maxbidder,
|
||||
"You tried to buy %s #%d from %s for $%.2f\n",
|
||||
trade_nameof(&trade, &tg), saveid, cname(trade.trd_owner),
|
||||
price * tradetax);
|
||||
price);
|
||||
wu(0, trade.trd_maxbidder, "but couldn't afford it.\n");
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue