cosa-nostra-backstabbers
Version:
Turbo Mafia bot based off LCN
16 lines (9 loc) • 375 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);
var from = game.getPlayerByIdentifier(actionable.from);
target.setGameStat("vote-magnitude", 2, auxils.operations.multiplication);
return true;
};