diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2025-02-03 23:16:41 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2025-02-03 23:16:41 +0000 |
commit | 9356f299817f7a6fa922a0e206fe523df01ad05f (patch) | |
tree | 8cea6b57421c040b0d039950dcfbaa8898b2aafc /rules.js | |
parent | a1d24bcd9037e2dff54821f1ff0572a0c799baa6 (diff) | |
download | 1989-dawn-of-freedom-9356f299817f7a6fa922a0e206fe523df01ad05f.tar.gz |
Use null in vm_ceausescu
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5109,7 +5109,7 @@ function vm_ceausescu_prep() { function vm_ceausescu() { game.persistent_events = game.persistent_events.filter(n => n!== C_CEAUSESCU) let adj_cluj = false - let adj_spaces + let adj_spaces = null if (game.systematization !== S_CLUJ_NAPOCA) adj_spaces = get_adjusted_adjacency(S_CLUJ_NAPOCA) if (adj_spaces) { |