UNPKG

la-cosa-nostra

Version:

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

13 lines (9 loc) 242 B
module.exports = function (player) { // Create a log if it does not exist if (!player.modular_log) { player.modular_log = new Array(); }; if (!player.modular_success_log) { player.modular_success_log = new Array(); }; };