diff --git a/code/map_data.js b/code/map_data.js index 4ca1fd06..15b5c5e0 100644 --- a/code/map_data.js +++ b/code/map_data.js @@ -347,6 +347,7 @@ window.renderResonators = function(ent, portalLayer) { weight: 1, fillColor: COLORS_LVL[rdata.level], fillOpacity: rdata.energyTotal/RESO_NRG[rdata.level], + clickable: false, guid: resoGuid // need this here as well for add/remove events });