Add more orange
This commit is contained in:
@@ -819,6 +819,7 @@ languages := [
|
||||
is_swamp : match@(match: "(?i)Swamp")
|
||||
is_mountain : match@(match: "(?i)Mountain")
|
||||
is_forest : match@(match: "(?i)Forest")
|
||||
is_derast : match@(match: "(?i)Desert")
|
||||
is_wastes : match@(match: "(?i)Wastes")
|
||||
|
||||
is_class : match@(match: "(?i)Class")
|
||||
@@ -846,21 +847,22 @@ languages := [
|
||||
is_black : match@(match: "(?i)black")
|
||||
is_red : match@(match: "(?i)red")
|
||||
is_green : match@(match: "(?i)green")
|
||||
is_orange : match@(match: "(?i)orange")
|
||||
is_colorless : match@(match: "(?i)colorless")
|
||||
|
||||
is_cda_colorless : match@(match: "(?i)is colorless")
|
||||
is_cda_all_colors : match@(match: "(?i)is all colors")
|
||||
cda_colors : filter_text@(match: "is (white|blue|black|red|green)((,|, and| and) (white|blue|black|red|green))*")
|
||||
cda_colors : filter_text@(match: "is (white|blue|black|red|green|orange)((,|, and| and) (white|blue|black|red|green|orange))*")
|
||||
|
||||
white : "White"
|
||||
blue : "Blue"
|
||||
black : "Black"
|
||||
red : "Red"
|
||||
green : "Green"
|
||||
orange : "Orange"
|
||||
purple : "Purple"
|
||||
pink : "Pink"
|
||||
yellow : "Yellow"
|
||||
orange : "Orange"
|
||||
brown : "Brown"
|
||||
multicolor : "Multicolor"
|
||||
hybrid : "Hybrid"
|
||||
|
||||
Reference in New Issue
Block a user