Cheneth / coup-online

An online port of the card game 'Coup'
MIT License
95 stars 38 forks source link

Fix missing reveal logs on failed challenges #21

Closed dvd-z closed 2 years ago

dvd-z commented 3 years ago

When a challenger fails their challenge the challengee's revealed card is discarded and a new card is drawn. However, the revealed card should also be logged for completeness.

This is the same existing behaviour as when the challenger's challenge succeeds.