la-cosa-nostra
Version:
A Mafia bot designed to run in Discord - beware the traitors and the lies!
17 lines (12 loc) • 399 B
JavaScript
module.exports = function (actionable, game, params) {
game.addAction("god_of_revenge/kill_visitors", ["retrovisit"], {
name: "Veteran-kill-visitors",
expiry: 1,
from: actionable.from,
to: actionable.from,
priority: 10
});
var user = game.getPlayerByIdentifier(actionable.from);
game.addMessage(user, ":exclamation: You were attacked last night!");
return true;
};