Skip to content

Commit 3f2e672

Browse files
committed
add name override for new map
1 parent 0a3f2cb commit 3f2e672

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

DataTool/ToolLogic/Extract/ExtractMaps.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ public void SaveMaps(ICLIFlags toolFlags) {
7272
["moon"] = "horizon Lunar Colony",
7373
["hlc"] = "Horizon Lunar Colony",
7474
["anubis"] = "Temple of Anubis",
75+
["anoobis"] = "Temple of Anubis",
7576
["gibraltar"] = "Watchpoint: Gibraltar",
7677
["watchpoint"] = "Watchpoint: Gibraltar",
7778
["watchpoint gibraltar"] = "Watchpoint: Gibraltar",
@@ -80,10 +81,11 @@ public void SaveMaps(ICLIFlags toolFlags) {
8081
["chateau guillard"] = "Château Guillard",
8182
["chateau"] = "Château Guillard",
8283
["ecopoint"] = "Ecopoint: Antarctica",
83-
["antarctica"] = "Ecopoint: Antarctica",
84+
["antarctica"] = "Ecopoint: Antarctica", // todo: maybe remove now :-/
8485
["ecopoint antarctica"] = "Ecopoint: Antarctica",
8586
["volskaya"] = "Volskaya Industries",
8687
["kings row"] = "King's Row",
88+
["boosan"] = "Busan",
8789
["paraiso"] = "Paraíso",
8890
["rio"] = "Paraíso",
8991
["esperanca"] = "Esperança",
@@ -94,5 +96,7 @@ public void SaveMaps(ICLIFlags toolFlags) {
9496
["Monte Carworld"] = "Circuit Royal",
9597
["Wuxing University"] = "Wuxing University - Water College",
9698
["Wuxing"] = "Wuxing University - Water College",
99+
["Water College"] = "Wuxing University - Water College",
100+
["Tokyo"] = "NEON JUNCTION",
97101
};
98102
}

0 commit comments

Comments
 (0)