diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2025-01-13 17:54:47 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2025-01-13 17:54:47 +0000 |
commit | 5b7336125103dba8e77b273e6625aa74402ede32 (patch) | |
tree | 309a0f251fc30a0b0d84b3d5ae454ab69d755d4e | |
parent | 73af0755432a297331901f78d8eb64f8b63593ee (diff) | |
download | 1989-dawn-of-freedom-5b7336125103dba8e77b273e6625aa74402ede32.tar.gz |
Fix typo
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5835,7 +5835,7 @@ function vm_workers_revolt() { function vm_yakovlev_counsels_gorbachev() { add_to_persistent_events(C_YAKOVLEV_COUNSELS_GORBACHEV) - log(`The Democrat receives a +1 modifier to the Support Loss and Victory Point die rolls if they wins the next Power Struggle.`) + log(`The Democrat receives a +1 modifier to the Support Loss and Victory Point die rolls if they win the next Power Struggle.`) vm_next() } |