Fox-V3/werewolf/night_powers.py
2018-05-08 16:03:02 -04:00

6 lines
92 B
Python

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