fix draw notify indentation

This commit is contained in:
Giulio 2021-06-20 16:20:34 +02:00
parent 4a8ff39000
commit 997337581e

View File

@ -436,7 +436,7 @@ class Player:
if self.game.check_event(ceh.IlTreno) or (self.is_ghost and self.game.check_event(ceh.CittaFantasma)): if self.game.check_event(ceh.IlTreno) or (self.is_ghost and self.game.check_event(ceh.CittaFantasma)):
self.hand.append(self.game.deck.draw()) self.hand.append(self.game.deck.draw())
self.manette() self.manette()
self.notify_self() self.notify_self()
def manette(self): def manette(self):
if self.game.check_event(ceh.Manette): if self.game.check_event(ceh.Manette):