diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-28 12:11:36 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-28 12:11:36 +0100 |
commit | 1e05161884cdf39f054135ba4bd6ef17f75b6645 (patch) | |
tree | 4fa9ba34bc5b0ee69551db8b8adcd39a305db919 /rules.js | |
parent | 46d17c1ae7300073a022a06dde20ff58659797c5 (diff) | |
download | 1989-dawn-of-freedom-1e05161884cdf39f054135ba4bd6ef17f75b6645.tar.gz |
Debugging Kremlin Coup
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 {
|