summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-09-28 12:11:36 +0100
committeriainp5 <iain.pearce.ip@gmail.com>2024-09-28 12:11:36 +0100
commit1e05161884cdf39f054135ba4bd6ef17f75b6645 (patch)
tree4fa9ba34bc5b0ee69551db8b8adcd39a305db919 /rules.js
parent46d17c1ae7300073a022a06dde20ff58659797c5 (diff)
download1989-dawn-of-freedom-1e05161884cdf39f054135ba4bd6ef17f75b6645.tar.gz
Debugging Kremlin Coup
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
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 {