summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-11-21 07:25:11 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2024-11-21 07:25:11 +0000
commit7888a296eb19b7943743168f76755b029c0e1da5 (patch)
treeaa0e91ad46205d91c131fdb1371541469ea59c05
parenta6f72eae1a1a33937f2daf2695f995cf10490612 (diff)
download1989-dawn-of-freedom-7888a296eb19b7943743168f76755b029c0e1da5.tar.gz
Tidy up Tyrant code
-rw-r--r--rules.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/rules.js b/rules.js
index 9234402..f4e6bee 100644
--- a/rules.js
+++ b/rules.js
@@ -1547,7 +1547,6 @@ states.the_tyrant_is_gone ={
}
log_h3(`C${C_THE_TYRANT_IS_GONE}`)
game.vm_event = C_THE_TYRANT_IS_GONE
- console.log('ceausescu occurred', game.persistent_events.includes(THE_CROWD_TURNS_AGAINST_CEAUSESCU_OCCURRED))
goto_vm(game.vm_event)
}
}
@@ -2428,7 +2427,6 @@ function count_adj(space_id) {
let com_adj = 0
let adjacent_spaces = get_adjusted_adjacency(space_id)
- console.log('adjacent spaces', adjacent_spaces)
for (let adj_space_id of adjacent_spaces) {
if (check_dem_control(adj_space_id)) {
dem_adj++