UNPKG

la-cosa-nostra

Version:

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

16 lines (11 loc) 277 B
// Executes BEFORE introduction module.exports = function (player) { player.game.addAction("janitor/promotion", ["cycle"], { from: player, to: player, expiry: Infinity, tags: ["permanent"], priority: 11 }); player.misc.janitor_cleans_left = 2; };