-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- In pactbreaker, don't tell villagers visiting streets that a villager is actually a villager (when they're vigilante instead). Give them the correct role. - Add vampire support to vengeful ghost. VGs now attain team wins as long as the team they are against lost. For example, if a vampire kills a VG, they win with either villagers or wolves. - Lock in vengeful ghost target list at the beginning of night, so that role swaps during night (e.g. exchange totem) do not cause unnecessary confusion with VG being unable to target someone they are told they could target. Fixes #507. - Defer master of teleportation's action to the beginning of day, letting them change their mind to their heart's content during night. Fixes #508. - Triggering an exchange totem now extends the current phase timer to be at least 30 seconds remaining at the time of the swap. If the timer was already longer than this, it remains unchanged. The exact duration is configurable in botconfig.yml, and can be disabled by setting it to 0. No warning points are given to role-swapped users regardless of the timer duration configuration. Fixes #475. - Fix !myrole display of cursed to account for the various wolfchat configuration settings in botconfig.yml. Cursed status is only revealed if the user is able to view wolfchat.
- Loading branch information
Showing
7 changed files
with
107 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters