From 6781d42d08cc81e6bae4261dc9513c0ed711134f Mon Sep 17 00:00:00 2001 From: ItMeCorban <13917133+ItMeCorban@users.noreply.github.com> Date: Tue, 31 Mar 2026 14:51:03 +0100 Subject: [PATCH 1/3] Added Bdubs and Keralis started bases --- season11/markers.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/season11/markers.js b/season11/markers.js index 38e0847..debc924 100644 --- a/season11/markers.js +++ b/season11/markers.js @@ -61,6 +61,10 @@ var MAPCRAFTER_MARKERS = [ { "pos": [1200, 1750, 66], "title": "Xisuma's starter base", "icon": "xisuma.png" }, { "pos": [1650, 1250, 64], "title": "Zedaph's starter base", "icon": "zedaph.png" }, + + { "pos": [1465, 278, 64], "title": "Keralis' starter base", "icon": "keralis.png" }, + + { "pos": [2421, 821, 64], "title": "Bdub's starter base", "icon": "dbuds2.png" }, ], }, }, @@ -171,4 +175,4 @@ var MAPCRAFTER_MARKERS = [ ], }, }, -]; \ No newline at end of file +]; From 40db2bd55c51c2994d56a69e9f0f116ac9a225d7 Mon Sep 17 00:00:00 2001 From: ItMeCorban <13917133+ItMeCorban@users.noreply.github.com> Date: Tue, 31 Mar 2026 15:01:50 +0100 Subject: [PATCH 2/3] fixed dbuds --- season11/markers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/season11/markers.js b/season11/markers.js index debc924..6d93c32 100644 --- a/season11/markers.js +++ b/season11/markers.js @@ -64,7 +64,7 @@ var MAPCRAFTER_MARKERS = [ { "pos": [1465, 278, 64], "title": "Keralis' starter base", "icon": "keralis.png" }, - { "pos": [2421, 821, 64], "title": "Bdub's starter base", "icon": "dbuds2.png" }, + { "pos": [2421, 821, 64], "title": "Bdub's starter base", "icon": "bdubss2.png" }, ], }, }, From ce6e4377c88d30731ded260ecf02547e165df416 Mon Sep 17 00:00:00 2001 From: ItMeCorban <13917133+ItMeCorban@users.noreply.github.com> Date: Tue, 31 Mar 2026 15:03:11 +0100 Subject: [PATCH 3/3] bdubs. spelling is hard. --- season11/markers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/season11/markers.js b/season11/markers.js index 6d93c32..83f2250 100644 --- a/season11/markers.js +++ b/season11/markers.js @@ -64,7 +64,7 @@ var MAPCRAFTER_MARKERS = [ { "pos": [1465, 278, 64], "title": "Keralis' starter base", "icon": "keralis.png" }, - { "pos": [2421, 821, 64], "title": "Bdub's starter base", "icon": "bdubss2.png" }, + { "pos": [2421, 821, 64], "title": "Bdub's starter base", "icon": "bdubs2.png" }, ], }, },