add mordred being ducking
This commit is contained in:
parent
98ba4cac7b
commit
b6ae44b772
1 changed files with 1 additions and 1 deletions
2
tim.py
2
tim.py
|
|
@ -108,7 +108,7 @@ class DeceptionGame(object):
|
||||||
transaction = []
|
transaction = []
|
||||||
|
|
||||||
def obs(deal):
|
def obs(deal):
|
||||||
if self.player_is_good(deal, p1):
|
if self.player_is_good(deal, p1) and self.player_role(deal, p1) == "Mordred":
|
||||||
if self.player_is_good(deal, p2) == claim:
|
if self.player_is_good(deal, p2) == claim:
|
||||||
return True
|
return True
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue