la-cosa-nostra
Version:
A Mafia bot designed to run in Discord - beware the traitors and the lies!
19 lines (12 loc) • 397 B
JavaScript
// Executes BEFORE introduction
module.exports = function (player) {
if (player.game.actions.find(x => x.from === player.identifier && x.identifier === "a/ability_gunsmith/roleblock_noresult")) {
return null;
};
player.game.addAction("a/ability_gunsmith/roleblock_noresult", ["roleblock"], {
from: player,
to: player,
expiry: Infinity,
tags: ["permanent"]
});
};