Skip to content

Commit

Permalink
Add Machina layer to by-level portal filters
Browse files Browse the repository at this point in the history
Allows agent to filter Machina portals by their level
  • Loading branch information
dementedtulip authored Mar 1, 2024
1 parent bdd6205 commit cbff25b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/code/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ function createDefaultOverlays() {
filter: [
{ portal: true, data: { level: i, team: 'R' } },
{ portal: true, data: { level: i, team: 'E' } },
{ portal: true, data: { level: i, team: 'M' } },
],
});
addLayers[t] = portalsLayer;
Expand Down

0 comments on commit cbff25b

Please sign in to comment.