Skip to content

Commit

Permalink
brbr
Browse files Browse the repository at this point in the history
  • Loading branch information
stasm committed Sep 13, 2024
1 parent e869931 commit 14aca0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements/battle-scene.ts
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ export class BattleScene extends HTMLElement {
this.State = "won";
yield trace.Log(`<h3>You win ${player_score}${villain_score}!</h3>`);
yield trace.Log(`You win ${locations_won.join(", ")}.`);
yield trace.Log(`Choose ${locations_won.length} card(s) in the shop.<br>`);
yield trace.Log(`Choose ${locations_won.length} card(s) in the shop.<br><br>`);
yield trace.Log(`<button id="end" style="width:100%">Next!</button>`);
} else {
this.State = "lost";
Expand Down

0 comments on commit 14aca0c

Please sign in to comment.