@@ -764,7 +750,7 @@ export class GroundUnit extends Unit {
getMarkerCategory() {
// TODO this is very messy
var role = groundUnitsDatabase.getByName(this.getBaseData().name)?.loadouts[0].roles[0];
- var markerCategory = (role === "SAM") ? "sam" : "groundunit";
+ var markerCategory = (role === "SAM") ? "sam" : "other";
return markerCategory;
}
}
@@ -787,8 +773,7 @@ export class Weapon extends Unit {
getMarkerHTML(): string {
return `
`
}
diff --git a/client/views/index.ejs b/client/views/index.ejs
index 80ac37c0..fe565ac0 100644
--- a/client/views/index.ejs
+++ b/client/views/index.ejs
@@ -5,6 +5,7 @@
+
@@ -22,6 +23,7 @@
+
<%- include('aic.ejs') %>
<%- include('atc.ejs') %>
<%- include('contextmenus.ejs') %>
diff --git a/client/views/navbar.ejs b/client/views/navbar.ejs
index 045aeafb..4c46723c 100644
--- a/client/views/navbar.ejs
+++ b/client/views/navbar.ejs
@@ -1,9 +1,8 @@
\ No newline at end of file
diff --git a/client/views/uikit.ejs b/client/views/uikit.ejs
index e26d2eb9..9bcc7e2c 100644
--- a/client/views/uikit.ejs
+++ b/client/views/uikit.ejs
@@ -170,7 +170,7 @@
Neutral
-
+
Z
@@ -182,7 +182,7 @@
Blue
-
+
Y
@@ -194,7 +194,7 @@
Red
-
+
X
@@ -216,7 +216,7 @@
Neutral
-
+
Z
@@ -228,7 +228,7 @@
Blue
-
+
Y
@@ -240,7 +240,7 @@
Red
-