-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Game option for sheriff to settle tie in votes #704
Comments
antoinezanardi
pushed a commit
that referenced
this issue
Dec 11, 2023
## [1.25.0](v1.24.0...v1.25.0) (2023-12-11) ### 🚀 Features * **actor:** actor role ([#720](#720)) ([22c80c9](22c80c9)), closes [#706](#706) * **big-bad-wolf:** powerless attribute when one werewolf dies ([#708](#708)) ([6e48a61](6e48a61)), closes [#700](#700) * **game-options:** lovers reveal each other role game option ([#710](#710)) ([7b284d9](7b284d9)), closes [#702](#702) * **game-options:** prejudiced manipulator powerless if infected game option ([#712](#712)) ([38aa021](38aa021)), closes [#703](#703) * **game-options:** sheriff must settle tie between votes game option ([#719](#719)) ([da119d3](da119d3)), closes [#704](#704) * **game-options:** thief chosen card revealed option ([#713](#713)) ([f3277db](f3277db)), closes [#705](#705) * **pied-piper:** add powerless by accursed wolf-father when infected ([#711](#711)) ([1d8a37f](1d8a37f)), closes [#701](#701) * **roles:** eligible additional card recipients for each role ([#714](#714)) ([0b75987](0b75987)), closes [#707](#707) ### 🧹 Chore * **deps:** bump lint-staged from 15.1.0 to 15.2.0 ([#718](#718)) ([709a36f](709a36f)) * **deps:** bump mongoose from 8.0.2 to 8.0.3 ([#729](#729)) ([6e15252](6e15252)) * **deps:** bump reflect-metadata from 0.1.13 to 0.1.14 ([#730](#730)) ([4265dc6](4265dc6)) * **deps:** bump semantic-release from 22.0.8 to 22.0.9 ([#722](#722)) ([7a00939](7a00939)) * **deps:** bump semantic-release from 22.0.9 to 22.0.10 ([#725](#725)) ([79741e6](79741e6)) * **deps:** bump the eslint group with 1 update ([#716](#716)) ([4ecf67e](4ecf67e)) * **deps:** bump the types group with 1 update ([#715](#715)) ([48bc69c](48bc69c)) * **deps:** bump the types group with 1 update ([#723](#723)) ([1fe93d9](1fe93d9)) * **deps:** bump the types group with 1 update ([#728](#728)) ([fbb7bbd](fbb7bbd)) * **deps:** bump the types group with 2 updates ([#721](#721)) ([131cb32](131cb32)) * **deps:** bump ts-node from 10.9.1 to 10.9.2 ([#732](#732)) ([3967c56](3967c56)) * **deps:** bump type-fest from 4.8.2 to 4.8.3 ([#717](#717)) ([83a0875](83a0875)) * **deps:** bump typescript from 5.3.2 to 5.3.3 ([#726](#726)) ([9a3582c](9a3582c)) * **github-actions:** bump google-github-actions/deploy-appengine from 1 to 2 ([#733](#733)) ([f042aa6](f042aa6))
🎉 This issue has been resolved in version 1.25.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to official rules, player with
sheriff
attribute settles votes if there is a tie in votes. Add an option to disable that.options.roles.sheriff.mustSettleTieInVotes
, aboolean
set totrue
by default.false
, tie in votes are settled like there is no sheriff in the game.The text was updated successfully, but these errors were encountered: