la-cosa-nostra
Version:
A Mafia bot designed to run in Discord - beware the traitors and the lies!
20 lines (15 loc) • 384 B
JavaScript
// Executes BEFORE introduction
module.exports = function (player) {
player.game.addAction("serial_killer/attacked", ["attacked"], {
from: player,
to: player,
expiry: Infinity,
tags: ["permanent"]
});
player.game.addAction("serial_killer/roleblocked", ["roleblock"], {
from: player,
to: player,
expiry: Infinity,
tags: ["permanent"]
});
};