From 9329140099d60eba508858b1c4a4e65e168aaf41 Mon Sep 17 00:00:00 2001
From: Billcyferka <89919489+Billcyferka@users.noreply.github.com>
Date: Sat, 9 Nov 2024 06:18:16 +0100
Subject: [PATCH] fixes small mistake in card reveal text (#27311)
---
code/modules/games/cards.dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code/modules/games/cards.dm b/code/modules/games/cards.dm
index 199a7add0bc..45f9c17e00f 100644
--- a/code/modules/games/cards.dm
+++ b/code/modules/games/cards.dm
@@ -374,7 +374,7 @@
update_appearance(UPDATE_NAME|UPDATE_DESC|UPDATE_OVERLAYS)
user.visible_message(
"[user] [concealed ? "conceals" : "reveals"] their hand.",
- "You[concealed ? "conceal" : "reveal"] your hand.",
+ "You [concealed ? "conceal" : "reveal"] your hand.",
"You hear a hand of cards being flipped over."
)