la-cosa-nostra
Version:
A Mafia bot designed to run in Discord - beware the traitors and the lies!
16 lines (8 loc) • 331 B
JavaScript
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"];