From b70a368f9bbfa061fea219a607698282c75df6bb Mon Sep 17 00:00:00 2001 From: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com> Date: Wed, 16 Apr 2025 04:26:00 +0300 Subject: [PATCH] small grammar fix (#437) ## Description: Removed a comma where it shouldn't be. Fixes #463 ## Please complete the following: - [x] I have added screenshots for all UI updates - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced - [x] I understand that submitting code with bugs that could have been caught through manual testing blocks releases and new features for all contributors ## Please put your Discord username so you can be contacted if a bug or regression is found: N/A --- src/client/graphics/layers/EventsDisplay.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/graphics/layers/EventsDisplay.ts b/src/client/graphics/layers/EventsDisplay.ts index 58ca874e0..d68a038a7 100644 --- a/src/client/graphics/layers/EventsDisplay.ts +++ b/src/client/graphics/layers/EventsDisplay.ts @@ -282,7 +282,7 @@ export class EventsDisplay extends LitElement implements Layer { }); } else if (betrayed === myPlayer) { this.addEvent({ - description: `${traitor.name()}, broke their alliance with you`, + description: `${traitor.name()} broke their alliance with you`, type: MessageType.ERROR, highlight: true, createdAt: this.game.ticks(),