fix: Add choice options to YACL integration

This commit is contained in:
Linnea Gräf
2024-12-22 16:08:31 +01:00
parent a9a801048d
commit 856f5e0e81
5 changed files with 36 additions and 4 deletions

View File

@@ -50,7 +50,6 @@ object PickaxeAbility : FirmamentFeature {
val drillFuelBar by toggle("fuel-bar") { true }
val blockOnPrivateIsland by choice(
"block-on-dynamic",
BlockPickaxeAbility.entries,
) {
BlockPickaxeAbility.ONLY_DESTRUCTIVE
}