Skip to content

Commit

Permalink
Bug fix m(
Browse files Browse the repository at this point in the history
  • Loading branch information
xosofox committed Jul 10, 2013
1 parent 1d115b8 commit 42a3a40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/iitc-ipas-link.meta.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @id iitc-plugin-ipas-link@graphracer
// @name IITC Plugin: simulate an attack on portal
// @version 1.1.0.20130610.000000
// @version 1.1.0.20130610.000001
// @namespace https://github.com/xosofox/IPAS
// @updateURL http://ipas.graphracer.com/js/iitc-ipas-link.meta.js
// @downloadURL http://ipas.graphracer.com/js/iitc-ipas-link.user.js
Expand Down
4 changes: 2 additions & 2 deletions js/iitc-ipas-link.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @id iitc-plugin-ipas-link@graphracer
// @name IITC Plugin: simulate an attack on portal
// @version 1.1.0.20130610.000000
// @version 1.1.0.20130610.000001
// @namespace https://github.com/xosofox/IPAS
// @updateURL http://ipas.graphracer.com/js/iitc-ipas-link.meta.js
// @downloadURL http://ipas.graphracer.com/js/iitc-ipas-link.user.js
Expand Down Expand Up @@ -69,7 +69,7 @@ function wrapper() {
mc = modCodes[mod.type] + mod.rarity.charAt(0).toLowerCase();

//special for shields to distinguish old/new mitigation
if (mod.type = "RES_SHIELD") {
if (mod.type == "RES_SHIELD") {
mc += mod.stats.MITIGATION;
}
}
Expand Down

0 comments on commit 42a3a40

Please sign in to comment.