fix draw notify indentation
This commit is contained in:
parent
4a8ff39000
commit
997337581e
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user