Handle strings and keys involving orange
This commit is contained in:
@@ -225,6 +225,7 @@ face_color_category_statistic :=
|
||||
or chosen(choice:"black")
|
||||
or chosen(choice:"red")
|
||||
or chosen(choice:"green")
|
||||
or chosen(choice:"orange")
|
||||
)
|
||||
land := chosen(choice:"land")
|
||||
multi := chosen(choice:"multicolor")
|
||||
@@ -246,6 +247,7 @@ face_color_category_statistic :=
|
||||
else if black then all_en_space_statistic(lang_setting("black"))
|
||||
else if red then all_en_space_statistic(lang_setting("red"))
|
||||
else if green then all_en_space_statistic(lang_setting("green"))
|
||||
else if orange then all_en_space_statistic(lang_setting("orange"))
|
||||
else all_en_space_statistic(lang_setting("colorless"))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user