From 0379e9f9be907cc1f879aa85eb7d9850e27198b2 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Thu, 3 Oct 2024 13:48:08 +0100 Subject: Added separate state for Common European Home --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.js b/rules.js index 4613822..d8b57f4 100644 --- a/rules.js +++ b/rules.js @@ -6400,7 +6400,7 @@ states.vm_common_european_home = { support_check() { push_undo() game.vm_available_ops = 2 - game.state = 'vm_support_check_prep' + game.state = 'vm_ceh_support_check_prep' valid_spaces_sc() }, tst() { -- cgit v1.2.3