summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-11-14 16:29:05 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2024-11-14 16:29:05 +0000
commit327a597984be4c2276cdc43ffde098ec155fc7b9 (patch)
tree432a53d6f8623e50c11c7fe8ab9d47fea5433030
parent75a52996cc57e066f8fbf52eeff27a22de0da17b (diff)
download1989-dawn-of-freedom-327a597984be4c2276cdc43ffde098ec155fc7b9.tar.gz
Simplify the wall must go
-rw-r--r--events.txt1
-rw-r--r--rules.js8
2 files changed, 0 insertions, 9 deletions
diff --git a/events.txt b/events.txt
index c25dfca..94738a7 100644
--- a/events.txt
+++ b/events.txt
@@ -656,7 +656,6 @@ tank_column
CARD 86 - The Wall Must Go!*
# Reduce USSR stability by 1. The Democratic Player attempts to tear down the Berlin Wall. Each player rolls a die and adds the number of spaces in Germany they control. Higher total wins. This is best 2 out of 3. If successful +3 VPs and the Communist must remove 3 SPs from Germany.
-permanently_remove
the_wall_must_go
remove_infl 3
diff --git a/rules.js b/rules.js
index 910e46f..c8c7de6 100644
--- a/rules.js
+++ b/rules.js
@@ -3259,13 +3259,6 @@ function finish_the_wall() {
game.valid_spaces.push(space.space_id)
}
}
- if (!game.vm_infl_to_do) {
- if (game.round_player === DEM) {
- game.return = COM
- } else {
- game.return = DEM
- }
- }
if (game.active === DEM) {next_player()}
vm_next ()
} else {
@@ -8568,7 +8561,6 @@ CODE[85] = [ // Tank Column/Tank Man*
]
CODE[86] = [ // The Wall Must Go!*
- [ vm_permanently_remove ],
[ vm_the_wall_must_go ],
[ vm_remove_infl, 3 ],
[ vm_return ],