Prepare for more colors

This commit is contained in:
Sebastian Lundegård Kylander
2026-03-29 20:38:24 +02:00
parent bc2d16cb79
commit 20b224a35d
3 changed files with 68 additions and 19 deletions

View File

@@ -219,7 +219,13 @@ color_category_statistic :=
}
face_color_category_statistic :=
{
artifact := chosen(choice:"artifact") and not (chosen(choice:"white") or chosen(choice:"blue") or chosen(choice:"black") or chosen(choice:"red") or chosen(choice:"green"))
artifact := (chosen(choice:"artifact"))
and not ( chosen(choice:"white")
or chosen(choice:"blue")
or chosen(choice:"black")
or chosen(choice:"red")
or chosen(choice:"green")
)
land := chosen(choice:"land")
multi := chosen(choice:"multicolor")
hybrid := chosen(choice:"hybrid")