Night powers initial commit (concept)

This commit is contained in:
Bobloy 2018-05-08 16:03:02 -04:00
parent d24eb759ca
commit 19ff7c493f

5
werewolf/night_powers.py Normal file

@ -0,0 +1,5 @@
from werewolf.role import Role
def night_immune(role: Role):
role.player.alive = True