From 3814bf23080825d69181c850e971178856df86c2 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Fri, 20 Dec 2024 10:24:46 +0000 Subject: Update logging of TST 2 op support check --- rules.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 679ea31..796a680 100644 --- a/rules.js +++ b/rules.js @@ -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 && -- cgit v1.2.3