Fox-V3/werewolf/night_powers.py

6 lines
92 B

from werewolf.role import Role
def night_immune(role: Role):
role.player.alive = True