What you probably want is ``` when { isDiceItem...
# announcements
o
What you probably want is
Copy code
when {
   isDiceItem(heldItem) -> {…}
   isMoneyItem(heldItem) -> {…}
}
etc