diff --git a/package.json b/package.json index 931c318..8333450 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "build": "pwa build", "start": "sirv build -s", "watch": "pwa watch", - "deploy": "npm run build && mkdir build/operative build/siren build/beastmaster build/bot-jock && cp build/index.html build/operative/ && cp build/index.html build/siren/ && cp build/index.html build/beastmaster/ && cp build/index.html build/bot-jock/ && echo 'bl3skills.com' > build/CNAME && npm run push-gh-pages", + "deploy": "npm run build && mkdir build/operative build/siren build/beastmaster build/gunner && cp build/index.html build/operative/ && cp build/index.html build/siren/ && cp build/index.html build/beastmaster/ && cp build/index.html build/gunner/ && echo 'bl3skills.com' > build/CNAME && npm run push-gh-pages", "push-gh-pages": "git-directory-deploy --directory build/" }, "dependencies": { diff --git a/src/pages/Gunner/skills.js b/src/pages/Gunner/skills.js index 17bbb6b..d712625 100644 --- a/src/pages/Gunner/skills.js +++ b/src/pages/Gunner/skills.js @@ -309,6 +309,7 @@ const skills = { }, "Full Can of Whoop-Ass": { text: "Entering Iron Bear causes Moze's and her allies' shields to immediately begin recharging at an increased Shield Recharge Rate.", + ranks: 1, effect: (rank, level) => `Shield Recharge Rate: +25%`, }, "Experimental Munitions": {