diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-10-03 13:48:08 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-10-03 13:48:08 +0100 |
commit | 0379e9f9be907cc1f879aa85eb7d9850e27198b2 (patch) | |
tree | 2366133b4c52830f9bd6c39b716aaf3745cb0523 | |
parent | b65978f5a15459031a4bdec3aa16c4e39b2520a2 (diff) | |
download | 1989-dawn-of-freedom-0379e9f9be907cc1f879aa85eb7d9850e27198b2.tar.gz |
Added separate state for Common European Home
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() {
|