la-cosa-nostra
Version:
A Mafia bot designed to run in Discord - beware the traitors and the lies!
14 lines (8 loc) • 365 B
JavaScript
var lcn = require("../../../../../source/lcn.js");
var rs = lcn.rolesystem;
var auxils = lcn.auxils;
module.exports = function (actionable, game, params) {
var attorney = game.getPlayerByIdentifier(actionable.from);
var target = game.getPlayerByIdentifier(actionable.to);
target.setGameStat("vote-offset", Infinity, auxils.operations.multiplication);
};