fix draw manette indentation

This commit is contained in:
Giulio 2021-06-20 16:25:17 +02:00
parent 997337581e
commit 40197d486a

View File

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