Skip to content

Commit

Permalink
fix bug hiding the card
Browse files Browse the repository at this point in the history
  • Loading branch information
willemolding committed Jan 9, 2024
1 parent 34552db commit 50a7f60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/ren_client/plugins/spellcrafter_plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ export class SpellcrafterPlugin extends RenJS.Plugin {
this.game.managers.story.startScene("manageActions");
// hang forever
}).finally(async () => {
await this.hideCard();
this.game.resolveAction(); // must call this to return control to the story
});
}
Expand Down

0 comments on commit 50a7f60

Please sign in to comment.