Skip to content

Commit

Permalink
Remove "new" keyword from all Random maps
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Oct 17, 2024
1 parent 3a27216 commit a66ae48
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion maps/random/dune.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"Preview": "dune.png",
"SupportedBiomes": "generic/sahara",
"CircularMap": true,
"Keywords": ["new", "community"],
"Keywords": ["community"],
"Version": "0.3"
}
}
2 changes: 1 addition & 1 deletion maps/random/fert.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"Preview": "fert.png",
"SupportedBiomes": "generic/",
"CircularMap": true,
"Keywords": ["new", "trigger", "community"],
"Keywords": ["trigger", "community"],
"TriggerScripts": [
"scripts/TriggerHelper.js",
"random/fert_triggers.js"
Expand Down
2 changes: 1 addition & 1 deletion maps/random/fert_mountain.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"Preview": "fert_mountain.png",
"SupportedBiomes": "generic/",
"CircularMap": true,
"Keywords": ["new", "trigger", "community"],
"Keywords": ["trigger", "community"],
"TriggerScripts": [
"scripts/TriggerHelper.js",
"random/fert_triggers.js"
Expand Down
2 changes: 1 addition & 1 deletion maps/random/riverway.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"Preview": "riverway.png",
"SupportedBiomes": "generic/",
"CircularMap": true,
"Keywords": ["new", "community"],
"Keywords": ["community"],
"Version": "0.1"
}
}
2 changes: 1 addition & 1 deletion maps/random/volcanic_island.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"SupportedBiomes": "generic/",
"Preview" : "volcanic_island.png",
"CircularMap" : true,
"Keywords": ["new", "community"],
"Keywords": ["community"],
"Author" : "nani"
}
}

0 comments on commit a66ae48

Please sign in to comment.