From 1e05161884cdf39f054135ba4bd6ef17f75b6645 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sat, 28 Sep 2024 12:11:36 +0100 Subject: Debugging Kremlin Coup --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 78e4d84..2c43423 100644 --- a/rules.js +++ b/rules.js @@ -265,7 +265,7 @@ exports.view = function(state, player) { // === ACTIONS =========== function gen_action(action, argument) { -//console.log('gen_action called with ', action, ' and ', argument) +console.log('gen_action called with ', action, ' and ', argument) if (argument === undefined) { view.actions[action] = 1 } else { -- cgit v1.2.3