Skip to content

Commit

Permalink
Merge pull request #44 from ArcaneAssemblers/willem/fix-card-show-error
Browse files Browse the repository at this point in the history
Willem/fix card show error
  • Loading branch information
willemolding authored Jan 9, 2024
2 parents 34552db + 0578217 commit cb5ddae
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 10 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
8 changes: 0 additions & 8 deletions client/public/story/Setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ backgrounds:
cave: assets/backgrounds/cave.png

characters:
deuzi:
displayName: Deuzilene
speechColour: "#ca90cf"
looks:
normal: assets/characters/Char3NormalSchool.png
happy: assets/characters/Char3HappySchool.png
angry: assets/characters/Char3AngrySchool.png

raven:
displayName: Raven
speechColour: "#ca90cf"
Expand Down
2 changes: 1 addition & 1 deletion client/public/story/Story.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ start:
- if ({dead}):
- scene: deathScreen

# - play mysterious: LOOPED
- play mysterious: LOOPED
- scene: manageActions

manageActions:
Expand Down
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 cb5ddae

Please sign in to comment.