Skip to content

Commit

Permalink
disable enemy fob radius for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sh4rkman committed Jan 15, 2025
1 parent 033a856 commit 26a387d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/js/squadContextMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ export default class SquadContextMenu {
return;
}
if (icon === "deployable_fob_blue") { markerOptions.circles = true; }
if (icon === "deployable_fob") {
markerOptions.circles = true;
markerOptions.circlesOnHover = true;
markerOptions.color = "#f23534";
}
// if (icon === "deployable_fob") {
// markerOptions.circles = true;
// markerOptions.circlesOnHover = true;
// markerOptions.color = "#f23534";
// }
if (icon === "deployable_hab_activated") { iconSize = [38, 38]; }
if (icon === "T_strategic_uav") {
markerOptions.circles = true;
Expand Down

0 comments on commit 26a387d

Please sign in to comment.