diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-20 10:24:46 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-20 10:24:46 +0000 |
commit | 3814bf23080825d69181c850e971178856df86c2 (patch) | |
tree | f5d1bdc811cf64ca1acea591eeb9ed02217c1e94 | |
parent | 164234f25cb50849b8259786893c969391e312ff (diff) | |
download | 1989-dawn-of-freedom-3814bf23080825d69181c850e971178856df86c2.tar.gz |
Update logging of TST 2 op support check
-rw-r--r-- | rules.js | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8475,6 +8475,10 @@ states.vm_tst_6 = { }, space(space) { push_undo() + if (game.active === DEM) + log('Democrat free 2 Ops support check.') + else + log('Communist free 2 Ops support check.') game.selected_space = space if ( game.active === DEM && |