diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-04-07 21:32:39 -0400 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-04-07 21:32:39 -0400 |
commit | 806a53b40fab8201b7fc150604d9d11a1c717b34 (patch) | |
tree | 9ff43d5eeff4d15a8cffde962e1f9a28c1700ea0 /rules.js | |
parent | c1ddf70bd39be0e7da310ac5c8197c8aec796a96 (diff) | |
download | vijayanagara-806a53b40fab8201b7fc150604d9d11a1c717b34.tar.gz |
Flip stay eligible
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -114,6 +114,7 @@ exports.view = function (state, role) { actions: null, log: game.log, current: game.current, + marked: game.marked, succ: game.succ, vp: game.vp, resources: game.resources, |