Skip to content

Commit

Permalink
fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
MetalPizzaCat committed Sep 12, 2024
1 parent af47782 commit 304627f
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,10 @@ class GameViewModel : ViewModel() {
Item.GLASS -> {
knownShellValue = shotgun.isCurrentShellLive
}

Item.BEER ->{
// we ejected it so we don't know anymore
knownShellValue = null
}
Item.ADRENALIN -> {
stolenItem?.let {
useItem(stolenItem, dealer, player)
Expand Down

0 comments on commit 304627f

Please sign in to comment.