diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-28 18:51:16 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-28 18:51:16 +0000 |
commit | 41d90bbffe4795dd66f5b0e288df7890900b65e2 (patch) | |
tree | b44c1468a9561bf87a5188522d2091f1948b77d2 | |
parent | 7a7496eb4eba70004ad263553865019e197dda80 (diff) | |
download | 1989-dawn-of-freedom-41d90bbffe4795dd66f5b0e288df7890900b65e2.tar.gz |
Tidy up code
-rw-r--r-- | rules.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -508,7 +508,6 @@ exports.action = function (state, player, action, arg) { states.place_starting_infl = { inactive: 'place starting SPs.', prompt() { - console.log('game.temp', game.temp, 'game.starting_infl.length', game.starting_infl.length, 'game.available_ops', game.available_ops) if (game.temp === (game.starting_infl.length - 1) && game.available_ops === 0 ) { view.prompt = 'Place starting SPs: done. Start Turn 1.'; gen_action("start"); |