fix herb notify

This commit is contained in:
Alberto Xamin 2020-12-06 18:46:03 +01:00
parent 153a5177e1
commit 6abd3bfffe
No known key found for this signature in database
GPG Key ID: 4F026F48309500A2

View File

@ -292,6 +292,7 @@ class Game:
if len(herb) > 0:
herb[0].hand.append(self.deck.draw())
herb[0].hand.append(self.deck.draw())
herb[0].notify_self()
if died_in_his_turn:
self.next_turn()