diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-15 20:21:49 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-16 11:46:21 +0100 |
commit | 0f2ae86fe63643428d2810e3e84f6a886f6cd11c (patch) | |
tree | 4e3bddbe8fa95a5a4ebc49d9cd8e4ee53fad950a | |
parent | 678188cdcf9844f490ca83a6fe0b7a03f6518d33 (diff) | |
download | 1989-dawn-of-freedom-0f2ae86fe63643428d2810e3e84f6a886f6cd11c.tar.gz |
Fixed Crowd Turns Against Ceausescu
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1041,7 +1041,7 @@ states.the_crowd_turns_against_ceausescu_infl = { view.prompt = `Add influence: ${game.temp} remaining`
for (let space of game.valid_spaces) {
- gen_action_infl(spaces[space.space_id].name_unique)
+ gen_action_infl(spaces[space].name_unique)
}
},
infl(space) {
|