6 lines
92 B
Python
6 lines
92 B
Python
from werewolf.role import Role
|
|
|
|
|
|
def night_immune(role: Role):
|
|
role.player.alive = True
|