la-cosa-nostra
Version:
A Mafia bot designed to run in Discord - beware the traitors and the lies!
16 lines (10 loc) • 371 B
JavaScript
var rs = require("../../../rolesystem/rolesystem.js");
module.exports = function (actionable, game, params) {
rs.prototypes.basicAttack.reason = "destroyed by __Pestilence__";
game.addAction("pestilence/attack_visitors", ["retrovisit"], {
from: actionable.from,
to: actionable.to,
expiry: 1
});
};
module.exports.TAGS = ["roleblockable", "visit"];