UNPKG

cosa-nostra-backstabbers

Version:
16 lines (8 loc) 331 B
var lcn = require("../../../../../source/lcn.js"); var rs = lcn.rolesystem; module.exports = function (actionable, game, params) { var outcome = rs.prototypes.unstoppableAttack(...arguments); var killer = game.getPlayerByIdentifier(actionable.from); killer.misc.strongkills_left--; }; module.exports.TAGS = ["visit"];