UNPKG

la-cosa-nostra

Version:

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

16 lines (9 loc) 424 B
var lcn = require("../../../../../source/lcn.js"); var rs = lcn.rolesystem; module.exports = function (actionable, game, params) { var target = game.getPlayerByIdentifier(actionable.to); var alien = game.getPlayerByIdentifier(actionable.from); rs.prototypes.basicKidnap.reason = "abducted"; var outcome =rs.prototypes.basicKidnap(...arguments); }; module.exports.TAGS = ["drivable", "roleblockable", "visit"];