UNPKG

la-cosa-nostra

Version:

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

14 lines (10 loc) 295 B
var rs = require("../../../rolesystem/rolesystem.js"); module.exports = function (actionable, game, params) { game.addAction("plaguebearer/infect_plague", ["retrocycle"], { from: actionable.from, to: params.visitor, expiry: 1, tags: ["permanent"], priority: 10 }); };