UNPKG

cosa-nostra-backstabbers

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