UNPKG

cosa-nostra-backstabbers

Version:
12 lines (7 loc) 267 B
module.exports = function (actionable, game, params) { var from = game.getPlayerByIdentifier(actionable.from); var to = game.getPlayerByIdentifier(actionable.to); // Set stats or do whatever to.setGameStat("basic-defense", 3, Math.max); return true; };