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