fix herb notify
This commit is contained in:
parent
153a5177e1
commit
6abd3bfffe
@ -292,6 +292,7 @@ class Game:
|
|||||||
if len(herb) > 0:
|
if len(herb) > 0:
|
||||||
herb[0].hand.append(self.deck.draw())
|
herb[0].hand.append(self.deck.draw())
|
||||||
herb[0].hand.append(self.deck.draw())
|
herb[0].hand.append(self.deck.draw())
|
||||||
|
herb[0].notify_self()
|
||||||
|
|
||||||
if died_in_his_turn:
|
if died_in_his_turn:
|
||||||
self.next_turn()
|
self.next_turn()
|
||||||
|
Loading…
Reference in New Issue
Block a user