la-cosa-nostra
Version:
A Mafia bot designed to run in Discord - beware the traitors and the lies!
17 lines (11 loc) • 373 B
JavaScript
var lcn = require("../../../../../source/lcn.js");
var rs = lcn.rolesystem;
module.exports = function (actionable, game, params) {
game.addAction("a/blessing_vigour/double_vote", ["postcycle"], {
name: "Modular-double-vote",
expiry: 2,
from: actionable.from,
to: actionable.to
});
var influencer = game.getPlayerByIdentifier(actionable.from);
};