UNPKG

cosa-nostra-backstabbers

Version:
16 lines (10 loc) 372 B
var lcn = require("../../../../../source/lcn.js"); var rs = lcn.rolesystem; module.exports = function (actionable, game, params) { // Send visit game.execute("visit", {visitor: actionable.from, target: actionable.to, priority: actionable.priority, reason: "Compulsive-Visitor-visit"}); }; module.exports.TAGS = ["drivable", "roleblockable", "visit"];