Prepare for more colors
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user