Archived
Fix fire gem stack not updating when fire gem is sacrified
This commit is contained in:
@@ -182,6 +182,7 @@ class Player(Serializable):
|
|||||||
if card.card_role == CardRole.FIRE_GEM:
|
if card.card_role == CardRole.FIRE_GEM:
|
||||||
self.game.gem_stack.append(card)
|
self.game.gem_stack.append(card)
|
||||||
await self.notify_update()
|
await self.notify_update()
|
||||||
|
await self.game.notify_controller("update", self.game.serialize_guest())
|
||||||
return True
|
return True
|
||||||
|
|
||||||
async def draw_from_discard(self, card_id: str):
|
async def draw_from_discard(self, card_id: str):
|
||||||
|
|||||||
Reference in New Issue
Block a user