From de9c89499040eeee19f073474dd9bddd62b03a1d Mon Sep 17 00:00:00 2001
From: Kris Johnson <11083252+KrisXV@users.noreply.github.com>
Date: Wed, 15 Dec 2021 17:45:18 -0700
Subject: [PATCH] Update /calc
---
server/chat-commands/info.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/chat-commands/info.ts b/server/chat-commands/info.ts
index b16e6cc98b..472f48d2bc 100644
--- a/server/chat-commands/info.ts
+++ b/server/chat-commands/info.ts
@@ -1753,7 +1753,7 @@ export const commands: Chat.ChatCommands = {
);
}
this.sendReplyBox(
- `Pokémon Showdown! damage calculator. (Courtesy of Honko & Austin)
` +
+ `Pokémon Showdown! damage calculator. (Courtesy of Honko, Austin, & Kris)
` +
`- Damage Calculator`
);
},