Add desert
This commit is contained in:
@@ -874,6 +874,7 @@ basic_land_sort := {
|
||||
else if contains(name, match:"Swamp") then "MD" #### Swamps
|
||||
else if contains(name, match:"Mountain") then "ME" #### Mountains
|
||||
else if contains(name, match:"Forest") then "MF" #### Forests
|
||||
else if contains(name, match:"Desert") then "MG" #### Desert
|
||||
else "MA" #### other basic lands
|
||||
}
|
||||
hybrid_color_pair_sort := {
|
||||
|
||||
Reference in New Issue
Block a user