Skip to content

Commit e25316c

Browse files
committed
Don't let silenced GA !pass
1 parent bc7be7f commit e25316c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/roles/angel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def guard(wrapper: MessageDispatcher, message: str):
5252
wrapper.pm(messages["protecting_target"].format(target))
5353
target.send(messages["target_protected"])
5454

55-
@command("pass", chan=False, pm=True, playing=True, phases=("night",), roles=("guardian angel",))
55+
@command("pass", chan=False, pm=True, playing=True, silenced=True, phases=("night",), roles=("guardian angel",))
5656
def pass_cmd(wrapper: MessageDispatcher, message: str):
5757
"""Decline to use your special power for that night."""
5858
if wrapper.source in GUARDED:

0 commit comments

Comments
 (0)