UNPKG

la-cosa-nostra

Version:

A Mafia bot designed to run in Discord - beware the traitors and the lies!

15 lines (10 loc) 272 B
// Executes BEFORE introduction module.exports = function (player) { player.misc.revolutionary_kills_left = 3; player.game.addAction("revolutionary/attacked", ["attacked"], { from: player, to: player, expiry: Infinity, tags: ["permanent"] }); };