LordOfDarknessAlexander / Auto_ObsessionsX

0 stars 1 forks source link

JS Auction State Bugs #2

Closed vigilance91 closed 9 years ago

vigilance91 commented 9 years ago

State/UI changes: When going into an auction, the user does not have to bid, but still wins the auction.

After the user falsely 'wins', the sold screen shows with the wrong message. Despite the user not actually purchasing the car, it displays. Instead this screen should display a helpful failure message to the user such as, 'Unfortunately, you lost the auction for ' + car.getFullName()

AI mechanic changes: The AI/user should bid, then have a slight delay before the going counter starts. There should be a period between placing a bid and finalizing the bid, where other ai or the player have a chance to counter. If no counter bid has been placed within this limit, then the bid begins counting down to finalize.