Skip to content

Commit 331b84e

Browse files
authored
Merge pull request #39 from sheibeck/develop
alphabetize the location types
2 parents 15722f8 + 3defb69 commit 331b84e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/enums/locationType.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
export enum LocationType {
22
Unknown = "Unknown",
3-
Steading = "Steading",
3+
City = "City",
44
Danger = "Danger",
5-
Magic = "Magic",
6-
Wild = "Wild",
7-
Village = "Village",
8-
Town = "Town",
95
Keep = "Keep",
10-
City = "City",
6+
Magic = "Magic",
117
Ruin = "Ruin",
8+
Steading = "Steading",
9+
Town = "Town",
10+
Village = "Village",
11+
Wild = "Wild",
1212
}

0 commit comments

Comments
 (0)