UNPKG

la-cosa-nostra

Version:

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

16 lines (11 loc) 294 B
// Executes BEFORE introduction module.exports = function (player) { player.misc.oracle_last_target = null; player.game.addAction("sentinel_oracle/reveal", ["killed"], { name: "Oracle-reveal", expiry: Infinity, from: player, to: player, tags: ["permanent"] }); };