la-cosa-nostra
Version:
A Mafia bot designed to run in Discord - beware the traitors and the lies!
16 lines (8 loc) • 354 B
JavaScript
var lcn = require("../../../../../source/lcn.js");
var rs = lcn.rolesystem;
module.exports = function (actionable, game, params) {
var vigilante = game.getPlayerByIdentifier(actionable.from);
var outcome = rs.prototypes.basicAttack(...arguments);
vigilante.misc.kills_left--;
};
module.exports.TAGS = ["drivable", "roleblockable", "visit"];