UNPKG

la-cosa-nostra

Version:

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

15 lines (10 loc) 283 B
// Executes BEFORE introduction module.exports = function (player) { player.game.addAction("mafia_goon/lock_mafia_chat_on_death", ["killed"], { from: player, to: player, expiry: Infinity, tags: ["permanent"] }); player.addAttribute("mafia_factionkill"); };