Add desert

This commit is contained in:
Sebastian Lundegård Kylander
2026-03-29 20:51:30 +02:00
parent eb5239ee48
commit 6859f0efe9
3 changed files with 3 additions and 0 deletions

View File

@@ -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 := {