diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-11-09 13:12:59 +0100 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-11-09 13:12:59 +0100 |
commit | 00deef4da4cc7a6ba4a4d59f9fa76c4a585d3f73 (patch) | |
tree | f42588cd313e00b7899f24a8e532f2aebaceacfc | |
parent | 821da12f389b3d2f461a2513f7fd5cb669a7cbd7 (diff) | |
download | algeria-00deef4da4cc7a6ba4a4d59f9fa76c4a585d3f73.tar.gz |
Election results rolls on coup table, but isn't a coup
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5200,7 +5200,7 @@ function roll_coup_table(oas_drm=false) { let d2 = roll_d6() log_br() - log(`Coup attempt G${d1} G${d2}`) + log(`Result G${d1} G${d2}`) let coup = d1 + d2 if (oas_drm) { |