diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-11-27 17:45:19 +0000 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-11-27 17:45:19 +0000 |
commit | 8f83dd64c05b7313008970d8947c9fc2abe0766a (patch) | |
tree | e749d34e83cd0af6c74b510df27617bcbce6cd20 | |
parent | 6e919cd136613fb09ca9267293452563da58516f (diff) | |
download | votes-for-women-8f83dd64c05b7313008970d8947c9fc2abe0766a.tar.gz |
doh
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -942,7 +942,7 @@ function can_play_event(c) { return false // Needs 19th amendment to have passed - if ([102, 106] && !game.nineteenth_amendment) + if ([102, 106].includes(c) && !game.nineteenth_amendment) return false let cost = 0 |