Unbold 5000 in auction help message

This commit is contained in:
Guangcong Luo 2025-05-25 18:58:33 -07:00
parent a260a5f026
commit 17f8fbc46a

View File

@ -581,7 +581,7 @@ export class Auction extends Rooms.SimpleRoomGame {
const curUser = Users.getExact(currManager.id);
curUser?.sendTo(this.room, notifyMsg);
curUser?.sendTo(this.room,
`|raw|Send a message with the amount you want to bid (e.g. <code>.5</code> or <code>5</code> will place a bid of <b>5000</b>)!`);
`|raw|Send a message with the amount you want to bid (e.g. <code>.5</code> or <code>5</code> will place a bid of 5000)!`);
}
this.sendBidInfo();
this.startBidTimer();