UNPKG

cosa-nostra-backstabbers

Version:
14 lines (8 loc) 365 B
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); };