From 039de423e92c8420cd044f81a4a7b4639a7b194d Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Sat, 10 Jan 2015 01:32:19 +0000 Subject: [PATCH] add note about uniques bug with captures detection after viri use --- plugins/uniques.user.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/uniques.user.js b/plugins/uniques.user.js index 926b32bb..8935a448 100644 --- a/plugins/uniques.user.js +++ b/plugins/uniques.user.js @@ -52,6 +52,7 @@ window.plugin.uniques.onPortalDetailsUpdated = function() { nickname = window.PLAYER.nickname; if(details) { if(details.owner == nickname) { + //FIXME: a virus flip will set the owner of the portal, but doesn't count as a unique capture plugin.uniques.updateCaptured(true); // no further logic required } else {