diff --git a/app/src/main/java/com/metalpizzacat/shotgungamble/GameViewModel.kt b/app/src/main/java/com/metalpizzacat/shotgungamble/GameViewModel.kt index b93b9a1..fac6bb1 100644 --- a/app/src/main/java/com/metalpizzacat/shotgungamble/GameViewModel.kt +++ b/app/src/main/java/com/metalpizzacat/shotgungamble/GameViewModel.kt @@ -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)