UNPKG

la-cosa-nostra

Version:

A Mafia bot designed to run in Discord - beware the traitors and the lies!

13 lines (7 loc) 320 B
var rs = require("../../../rolesystem/rolesystem.js"); var auxils = require("../../../systems/auxils.js"); module.exports = function (actionable, game, params) { var target = game.getPlayerByIdentifier(actionable.to); target.setGameStat("vote-magnitude", 2, auxils.operations.multiplication); return true; };