[basic-land] Add desert

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

View File

@@ -819,6 +819,7 @@ languages := [
is_swamp : match@(match: "(?i)Swamp")
is_mountain : match@(match: "(?i)Mountain")
is_forest : match@(match: "(?i)Forest")
is_desert : match@(match: "(?i)Desert")
is_wastes : match@(match: "(?i)Wastes")
is_class : match@(match: "(?i)Class")