fixes small mistake in card reveal text (#27311)

This commit is contained in:
Billcyferka
2024-11-09 06:18:16 +01:00
committed by GitHub
parent ebbf48b764
commit 9329140099
+1 -1
View File
@@ -374,7 +374,7 @@
update_appearance(UPDATE_NAME|UPDATE_DESC|UPDATE_OVERLAYS)
user.visible_message(
"<span class='notice'>[user] [concealed ? "conceals" : "reveals"] their hand.</span>",
"<span class='notice'>You[concealed ? "conceal" : "reveal"] your hand.</span>",
"<span class='notice'>You [concealed ? "conceal" : "reveal"] your hand.</span>",
"<span class='notice'>You hear a hand of cards being flipped over.</span>"
)