la-cosa-nostra
Version:
A Mafia bot designed to run in Discord - beware the traitors and the lies!
21 lines (16 loc) • 422 B
JavaScript
// Executes BEFORE introduction
module.exports = function (player) {
player.game.addAction("a/investigation_contract/roleblock_noresult", ["roleblock"], {
from: player,
to: player,
expiry: 3,
execution: 3
});
player.game.addAction("a/investigation_contract/standard_noresult", ["cycle"], {
name: "Standard-noresult",
from: player,
to: player,
expiry: 3,
execution: 3
});
};