Skip to content

Commit

Permalink
Make mace-tyrell-casualties-prevented game log entry correctly stat…
Browse files Browse the repository at this point in the history
…e The Blackfish as the reason instead of Robb Stark
  • Loading branch information
norielbit committed Apr 20, 2020
1 parent 38244e6 commit 56c02b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agot-bg-game-server/src/client/GameLogListComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ export default class GameLogListComponent extends Component<GameLogListComponent
house = this.game.houses.get(data.house);

return <>
<strong>Mace Tyrell</strong>: Casualties were prevented by <strong>Robb Stark</strong>.
<strong>Mace Tyrell</strong>: Casualties were prevented by <strong>The Blackfish</strong>.
</>;

case "mace-tyrell-no-footman-available":
Expand Down

0 comments on commit 56c02b9

Please sign in to comment.