fix citta fantasma

This commit is contained in:
Alberto Xamin 2021-01-20 10:39:31 +01:00
parent 59f0d1e96d
commit 35e4f5fa0a
No known key found for this signature in database
GPG Key ID: 4F026F48309500A2

View File

@ -435,7 +435,7 @@ class Player:
return self.notify_self()
if self.character.check(self.game, chd.PixiePete):
self.hand.append(self.game.deck.draw())
if self.game.check_event(ceh.IlTreno) or (self.is_ghost and self.game.ceck_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.notify_self()