seer ability
This commit is contained in:
parent
18ca12b83b
commit
15f0e8732c
@ -105,12 +105,15 @@ class Seer(Role):
|
||||
async def _at_night_end(self):
|
||||
target = await self.game.visit(self.see_target)
|
||||
|
||||
team = await target._see
|
||||
|
||||
await self.player.send_dm("Your seer skills hav")
|
||||
|
||||
|
||||
alignment = await target.see_alignment(self.player)
|
||||
|
||||
if alignment == "Werewolf":
|
||||
out = "Your insight reveals this player to be a **Werewolf!**"
|
||||
else:
|
||||
out = "You fail to find anything suspicious about this player..."
|
||||
|
||||
await self.player.send_dm(out)
|
||||
|
||||
# async def _at_visit(self, data=None):
|
||||
# pass
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user