insomniac: wakes n0

This commit is contained in:
emilis 2025-12-09 21:57:23 +00:00
parent 160675435c
commit 3d17a2d54b
No known key found for this signature in database
1 changed files with 4 additions and 3 deletions

View File

@ -339,10 +339,11 @@ impl Role {
| Role::Adjudicator | Role::Adjudicator
| Role::DireWolf { .. } | Role::DireWolf { .. }
| Role::Arcanist | Role::Arcanist
| Role::Seer | Role::Bloodletter => true, | Role::Seer
| Role::Bloodletter
| Role::Insomniac => true,
Role::Insomniac // has to at least get one good night of sleep, right? Role::Beholder
| Role::Beholder
| Role::LoneWolf | Role::LoneWolf
| Role::Shapeshifter { .. } | Role::Shapeshifter { .. }
| Role::Werewolf | Role::Werewolf