la-cosa-nostra
Version:
A Mafia bot designed to run in Discord - beware the traitors and the lies!
17 lines (9 loc) • 386 B
JavaScript
var lcn = require("../../../../../source/lcn.js");
var rs = lcn.rolesystem;
module.exports = function (actionable, game, params) {
var target = game.getPlayerByIdentifier(actionable.to);
rs.prototypes.basicKidnap.reason = "abducted";
var outcome = rs.prototypes.basicCommute(...arguments);
rs.modular.attributeDecrement(...arguments);
};
module.exports.TAGS = ["visit"];