card locking and event triggering WIP fix

This commit is contained in:
2024-04-25 00:33:02 +02:00
parent 8b397484cb
commit 898e58399e
4 changed files with 31 additions and 25 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ class ClientController:
case "use_effect":
return await self.player.turn.use_effect(
message.data.effect_id, message.data.target
message.data.get("effect_id"), message.data.get("target")
)
case "buy":