Fix fire gem stack not updating when fire gem is sacrified

This commit is contained in:
2024-05-03 16:15:28 +02:00
parent d1887349c6
commit f6e618cf26
+1
View File
@@ -182,6 +182,7 @@ class Player(Serializable):
if card.card_role == CardRole.FIRE_GEM:
self.game.gem_stack.append(card)
await self.notify_update()
await self.game.notify_controller("update", self.game.serialize_guest())
return True
async def draw_from_discard(self, card_id: str):