Skip to content

Commit

Permalink
Merge pull request #233 from botty97/add-kapkan-counter-to-blackbeard
Browse files Browse the repository at this point in the history
feat: add kapkan minor counter for blackbeard
  • Loading branch information
BurkusCat authored Oct 10, 2022
2 parents a2d4549 + 314f267 commit d0bdf9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/create-operator-json/operators/kapkan.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ import r6operators from "r6operators";
let kapkan = new Operator(r6operators.kapkan, operatorId.kapkan, "N/A");

kapkan.addCounterNode(operatorId.amaru, counterType.minor, "Amaru cannot shoot Kapkan's Entry Denial Devices when she is grappling to a window. She is guaranteed to be hit by the trap.");
kapkan.addCounterNode(operatorId.blackbeard, counterType.minor, "Kapkan's Entry Denial Devices will destroy Blackbeard's shield in one hit.")

export default kapkan

0 comments on commit d0bdf9c

Please sign in to comment.