fix indentation again

This commit is contained in:
Giulio 2021-06-20 19:49:31 +02:00
parent 7c34761f65
commit 29aca8ecbb

View File

@ -435,8 +435,8 @@ class Player:
return self.notify_self()
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.notify_self()
self.manette()
self.notify_self()
def manette(self):
if self.game.check_event(ceh.Manette):