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